Hello All Experts,
I have a a scenario which i want to handle with code less approach.
we have entities
1. Account
2 . Custom Entity.
when i create a record of Custom Entity i select one of the primary account in it, but we also have related account to that custom entity record.
i want to display all the custom entity records on the Account entity form whenever the account is selected as primary account or related account on custom entity record.
e.g Custom Entity records say CE1 has p1 as primay account and R1 as related account to CE1.
now CE2 has R1 as primary record
so now R1 is in Two Custom Entity records.
i want to show on the main form of Account entity the custom entity records of R1.
i am doing it by using custom code where there is an unsupported way of customization.
i need to do it without using coding such that it will be helpful to display on mobile apps as well.