Default RibbonDiffXml for MS Dynamics CRM 2011
Apr
9
Written by:
4/9/2012 11:44 AM
When doing an upgrade, if you fail to delete the contents of the ISV.config in CRM4, you are left with a bunch of garbage in the Ribbon.
Here is a snippet that can help you wipe out all of the test Ribbon Xml from your CRM4 to CRM 2011 upgrade. It can be used on the application ribbon or any entity in the system. For a default upgrade, you would want to place this in the account entity and the application ribbon RibbonDiffXml sections.
<RibbonDiffXml>
<CustomActions />
<Templates>
<RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates>
</Templates>
<CommandDefinitions />
<RuleDefinitions>
<TabDisplayRules />
<DisplayRules />
<EnableRules />
</RuleDefinitions>
<LocLabels />
</RibbonDiffXml>