Hi All
Can someone tell me the best way to remove the 'Add Existing Button' for all entities. I have the following script below which allows me to remove the 'Add Existing' button for one entity however I do not want to be adding this code to all of my entity
ribbons and was wondering if there was a way in which I could specifiy in the code to remove from all.
<CustomActions>
<HideCustomAction Location="Mscrm.SubGrid.<entity name here>.AddExistingStandard"
HideActionId="Sample.Mscrm.SubGrid.<entity name here>.AddExistingStandard.HideAction" />
</CustomActions
Thanks
Sukh