Good day!
I am working on setting up a custom entity within a custom solution for Dynamics CRM 365 8.2 on-prem.
The entity should serve the purpose of connecting the companies together or in other words, set up relationships between them. The idea is to add a related company to the parent company, but the relationship should be displayed for both of the companies in the main account form subgrid.
At the moment with my current configuration, the related company is only displayed on the first account where the related company has been added:
The custom entity "Related accounts" has a N:1 referential relationship with the Account entity.
I guess I am missing a proper relationship configuration in order for this to work, but I have not yet figured out how to do this.
Please share your ideas :)