In Dynamics 365 online, I used Scott Durow's Ribbon Workbench to generate RibbonDiffXML for the Order entity (salesorder). I added a custom EnableRule to the "Get Products" button. The generated XML in the solution looks correct, but when I load the Order detail page, my EnableRule is not called. In eval script on the page, the Mscrm.CommandLayout["'Mscrm.CommandBar'"] is created but it does not include the RibbonDiffXML changes. I've cleared cache on my browser without success.
I've used the same EnableRule in other ribbons (Cases, Opportunities) and it works correctly.
I should note that the Project Service and Field Service solutions from Microsoft are installed. Maybe this is overriding the ribbon changes I've made? Is there something different about the Order entity that's preventing my changes from going through?
*This post is locked for comments