Hello,
We have a situation where in our opportunity form, there are multiple relationships between Opportunity and Account and Opportunity and Contact. This means that each relationship has to be given a separate subgrid and it also means that they are treated separately in third party plugins.
For instance an Opportunity may have a Manager (Account) and a Salesperson (Account). However we’d want them both to be combined.
Can this be done any other way than using a javascript subgrid which 'steals' the values from the other subgrids. Is there a recommended plugin?
*This post is locked for comments
Dbsarab,
You cannot concatenate two objects in one subgrid in CRM using Plugin.
Especially if they are two different entities:
social.microsoft.com/.../crm-2011-adding-two-different-entity-type-records-to-the-same-subgrid
But, since in your case they are same type of entity, that is Account, then yes, you can achieve it if only by updating the fetch xml.
So, the concept here is you need also to get the list of the Account as Salesperson then add in the value using operator IN in the Manager fetch xml.
Example here to update the xml:
blog.navantis.com/crm-2011-creating-a-view-to-display-all-child-entities-for-a-hierarchy
Hope this helps.
Thanks.
You cannot do this using a plugin. You'll need to modify the sub-grid filter using script.
By recommended plugin, if you mean a third party add-on solution for this then I don't think there is one.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,151 Super User 2024 Season 2
Martin Dráb 229,993 Most Valuable Professional
nmaenpaa 101,156