I'm using Dynamics CRM v9.1, and have a perplexing problem that has really stumped our group. A few months ago we imported a managed solution into Dynamics that added a button to all Dynamics forms. We didn't want the button, and added an option to the ApplicationRibbon to hide it. here is our Ribbon XML.
<RibbonDiffXml> <CustomActions> <HideCustomAction HideActionId="wscrm.inrule.ApplicationRibbon.{!EntityLogicalName}.RunRulesButton.Hide" Location="inrule.ApplicationRibbon.{!EntityLogicalName}.RunRulesButton" /> </CustomActions> ... </RibbonDiffXml>
We are trying to upgrade the managed solution now, and in order to do so we need to remove this dependency in the ribbon. Unfortunately I've not be able to remove this option.
I've tried the following:
1.Use Ribbon Workbench 2016 to remove the hide action using the Un-Hide button, I then publish directly out of Ribbon Workbench e.g.
2.I've added the application ribbon to a solution, exported, modify the customizations.xml to remove the above mentioned xml under CustomActions, import & publish
Neither option is actually removing these options though. If I export the solution again, the HideCustomActions are still in the XML, if I load Ribbon Workbench, they remain.
Does anyone have ideas of how I can remove these Hide actions?
Thanks,
Michael
*This post is locked for comments