Hi,
We have a highly customized Contact ribbon/command bar for our customer in a multi tenant CRM 2015 environment. In our dev org, we used the RibbonWorkbench2013 tool to remove some buttons added by other vendors. We added the Contact entity to its own solution, exported it and imported it into an existing Production org successfully. If we try to import this solution into a brand new org, the import fails with error::
The ribbon item 'Mscrm.Isv.contact.HomepageGrid' is dependent on <DisplayRule Id="Mscrm.Isv.contact.HomepageGrid" />
We can successfully import this solution into the new org if we manually adjust the ribbondiffxml by removing the CommandID and Display Rule associated with Mscrm.Isv.contact.HomepageGrid. If we try to export that contact solution and import back into our Dev org, it fails with the same error. If we adjust the contact ribbondiffxml manually back to the default (with no customizations), and import back into our Dev org, the import fails again with the same error.
How can we remove this dependency error from our Dev org so we don't run into this issue again?
Thanks for any feedback
*This post is locked for comments