Hi All,
i have the following situation:
-Table 1: Account ( the default dataverse one)
-Table 2: Opportunities
-Table 3: Sites
Each Account can have multiple opportunities (one to many)
Each opportunity can have multiple sites
On my account form i want to display all sites that this account owns. Unfortunately i can't display the sites in a subgrid. He either shows all (also non related records) or none at all.
I did set the relationships as follows:
Account (one to many) Opportunities
Opportunities (one to many) sites
Is there a way to achieve this?
Regards,