Search This Blog

Sunday, June 7, 2015

Enable/Disable Submit order and Account button in CRM

In the CRM submit order and account button in the order and account form.

Purpose of the button:
When you integrate CRM to AX,this button will get data from CRM to AX.By the default this button is not enable.
When you add the scribe jump start in CRM this button is enabled. If you want to manually enable those button.
Update the "IsSOPIntegrationEnabled" column as one in "OrganizationBase" table

Query:
update OrganizationBase set IsSOPIntegrationEnabled=1

1) IsSOPIntegrationEnabled=0  Integration disabled
2) IsSOPIntegrationEnabled=1  Integration enabled



No comments:

Post a Comment

Note: Only a member of this blog may post a comment.