Many to Many relationship

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Gopakumar_raalink
    Junior Member
    • Oct 2018
    • 13

    Many to Many relationship

    Hi,
    I have two entities with many to many relationship, how can i list the values of all fields of the other entity in the list view of one entity, is this possible?
  • Maximus
    Senior Member
    • Nov 2018
    • 2731

    #2
    Such possibility is not implemented.

    Comment

    • tanya
      Senior Member
      • Jun 2014
      • 4308

      #3
      Hello,
      with development it could be possible.
      you can create notStorable field and define the value in loadAditionalFieldsForList method in entity service

      Comment

      Working...