Hello,
I have created an intersect entity between 2 contacts. The intersect entity keeps details about a relationship between 2 contacts. So for example, relationship type, contact permitted etc and a lookup to 2 contact records (to link), lets call them Lookup X and Lookup Y. I also manually created the N:1 relationship between Intersect and Contact, and then 1:N Contact to Intersect.
On a sub-grid on the contact form, I want to display any related intersect entities to do with the contact, no matter which lookup field they are in (X or Y). So no matter which contact I pick, I want to show the related Intersect entities for them. However when I select the view to use, it gives me 3 options for the entity to use:
1. Intersects (Intersect)
2. Intersects (Lookup X)
3. Intersects (Lookup Y)
If I choose 2, the subgrid on the contact form only shows intersect entities where the contact is chosen in Lookup X. If I choose 3, the subgrid only shows intersect entities where the contact is chosen in Lookup Y. Choice #1 doesn't work as I want either (i think it does the same as #2.)
Can someone advise on how to have the view on the subgrid which will populate no matter if the related contact is chosen in X or Y? Thanks