How to use Microsoft Dynamics Connector to sync data between different crm organizations

    Sometimes we are asked to sync data between difference CRM organizations, and the common solution is implementing a sync script. The script use Dynamics CRM's API to pull/push data from original organization to destination organization. But now we can use Connector to implement this kind of requirements, it has below benefits in contrast with script:

   1. Low Cost: we do not write any code, only need to configure some options.

   2. Maintainability: If sync requirement was changed, then we just change some related options.

   3. Error Logging Module: It has nice error logging function, so we can save times to focus on data sync requirement.

    Now let's get a glance in how to use Connector to sync data between different CRM organizations:

     1. Run Connector and configure related adapter settings: original organization, destination organization. In the case I will sync data between demo(on-premise) and superbomb(online).

How to use Microsoft Dynamics Connector to sync data between different crm organizations_第1张图片

How to use Microsoft Dynamics Connector to sync data between different crm organizations_第2张图片

How to use Microsoft Dynamics Connector to sync data between different crm organizations_第3张图片

     2. Create a integration solution and add mapping rules in it.

How to use Microsoft Dynamics Connector to sync data between different crm organizations_第4张图片

How to use Microsoft Dynamics Connector to sync data between different crm organizations_第5张图片

How to use Microsoft Dynamics Connector to sync data between different crm organizations_第6张图片

     3. Create a test data in superbomb instance and verify it was sync successfully or not.

 How to use Microsoft Dynamics Connector to sync data between different crm organizations_第7张图片

How to use Microsoft Dynamics Connector to sync data between different crm organizations_第8张图片

 

Summary

     Connector not only can sync data between different CRM organization, and also can sync data between CRM and AX.

 

你可能感兴趣的:(How to use Microsoft Dynamics Connector to sync data between different crm organizations)