Announcement

Collapse
No announcement yet.

show field of parent in list of child

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • show field of parent in list of child

    Is there a method to add a field in the list view of a parent entity (using the interface) ?

    Eg : person.age = 18
    person has 1:N relation with 'CARS'

    requested : show person.age in CARS list

    Thank you

  • #2
    with Entity Manager (Administration) create a foreign field for Cars, for link person, field Age.
    Add this field to the list view with Layout Manager (Administration)

    Comment


    • #3
      Thank you for the fast answer, working as expected.

      Comment

      Working...
      X