Hi,
I need to associate accounts with other accounts. The other accounts being associated are called Distributors. The distributor accounts are those accounts that have Relationship Type of Distributor. All these accounts including distributors need to have a parent account. This is kind of many to many relationship between accounts. Below are 3 different approaches that I have tried.
1- First, I added an account sub-grid (1:N) to the account but that prevents the user the ability to add accounts to the sub-grid if they already have a different parent account.
2- Then I added the OOB Connection to the account and that works fine (out of box many to many relationship) but I need to filter the "Name" lookup when clicked to only show Distributors. I added a fetchxml filter to the lookup but when clicked it shows the 10 first accounts and then if I click on "View more records" it filters correctly. If I cancel out and click the lookup again, it shows the contacts associated with the filtered accounts as well which I don't want. I just want the Distributor accounts to show.
3- I also tried Scott's Connection UI Refresher but couldn't figure out how to filter his inline "AddNew" lookup button to show only Distributors.
I have read and tried hundreds of blogs online to no avail for the past 2 days. I really appreciate it if you have any suggestions.
Look forward to your response.
Thank you so much in advance.