I have a requirement where I need to show a List view of two custom entities in a contact form.
We have a scenario where we have two Custom Entities (Role and Brand) where one contact can be associated to one Role (or multiple Roles) and one Role can be associated with one Brand (or multiple brands). It works like Contacts -> Role -> Brands.
Now i need to show a list view within contact form displaying to which Roles and Brands a contact is associated to where it should display like - this role is associated to these many brands or visa versa (these brands are associated to these roles).
How can I insert a list view as per below scenario within contact form to display?
Role | Brand |
Consumer | Academy |
Consumer | Education |
Consumer | Analytics |
Bartender | Commercial |
Bartender | Residence |
I tried with Quick form create and inserting it in contact form but its not fulfilling the requirement.