Announcement

Collapse
No announcement yet.

View contacts (related to an account) in custom entity

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

  • View contacts (related to an account) in custom entity

    Hello, I wanted to know if there is a way to see the contacts related to the Parent account of a custom entity.

    The custom entity is associated with a Parent (account), and I would like to be able to view the contacts related to that account in the Layout.

    Is there any way to achieve this? I have not been able to bring the list to be able to display it.

    Thanks in advance!

  • #2
    Hi, well basically that subgrid of related records is available when you create 1:N relationship.

    So lets say you create entity 'CustomEntity' and would like to see related Contacts of CustomEntity. You would simply create relationship from CustomEntity to Contacts with 1:N schema, so one CustomEntity can have many Contacts (this will create option to add subgrid of Contacts to CustomEntity form).

    Comment

    Working...
    X