Dynamics 365 - Uninstall CDS Solution from CRM Instance - Create Invoice Button Missing on Order Form
Hi All, When we delete the managed CDS solutions from the D365 Sales instance, the D365 instance doesn't get reverted back to its OOB state. We will notice that Create Invoice Button is missing from the Order form. And Submit Order button still remains present on the order form. The issue is because of the "IsSOPIntegrationEnabled" attribute setting on Entity "organization" . When the CDS solution is uninstalled for integrating Sales and Fin Ops systems, the following changes are still present: 1. Boolean Attribute IsSOPIntegrationEnabled on Entity "organization" sets to true. 2. ‘Create Invoice’ button on the Sales Order ribbon is replaced with a ‘Submit Order’ button 3. ‘Submitted Status’ fields on the Sales Order entity is enabled. D365 Sales instance can't be changed back to its OOB solution by UI configurations or customizations. The only solution to revert back the CRM instance to OOB solution is by making code changes. Plea...