Hi,
I want to set a Custom View to my Lookup to which it has many to many relationship.
In my case,
There is a Custom Entity,
on this custom Entity one 'Contact' Lookup is there, one 'Account' Subgrid is there.
Both 'Contact' and 'Account' have M:M relationship with this custom Entity.
Now, i have done a part to fetch the Contacts
which have ParentCustomerId as this Grid Account's Primary Contact.
But i want to fetch all such Contacts which have M:M relationship with that subgrid's Account.
I got the Account id from grid.
But i am not able to understand what fetchXML would come here.
Please help.