Using Integration Mode

Integration mode is a special, optional, Microsoft Dynamics 365 server mode that makes several changes to Dynamics 365's behavior and user interface. These changes improve the integration between Dynamics 365 and your ERP system.

Integration mode must be started after Dynamics 365 is installed.

Integration mode provides the following functional differences:

Start And Stop Integration Mode For Dynamics 365

To start integration mode, run the EnableIntegrationMode.dts file.

To stop integration mode, run the DisableIntegrationMode.dts file.

By default, these files are installed in ..\Users\Public\Public Documents\Scribe\Samples\MicrosoftDynamicsCRM.

Integration User Notes

In integration mode, only an Integration user can edit orders that are either canceled or invoiced, and invoices that are either canceled or paid.

Assigning the Integration User Role

To enable the Integration role you must set the isintegrationuser flag to True for that user in Dynamics 365. You can change this flag either by running a DTS file in the Workbench, or in Dynamics 365.

Note: By default, the isintegrationuser flag is not visible in Dynamics 365. To expose it, you must go into Customizations.

To ensure that this user does not use a license you can change the access mode to non-interactive. To make a user non-interactive, update the user record in Dynamics 365 to change the accessmode value to non-interactive.

For more information about Run As, see Additional Adapter Settings.