0
votes

I would like to synchronize data between two CRM organizations. I installed connector and configured adapter for Account entity. So far good.. But the problem is.

I would like to do Initial data synchronization from my Source CRM 2011 to Destination CRM 2011. How can I do that?

I am in dire need of it. It wasted my two days still didn't get the answer.

Thanks in advance for the response. Regards, Pavan.G

1
what about Data Import? Can't you setup it by initial data Import as described here blogs.msdn.com/b/crm/archive/2011/03/23/…Scorpion
No, My client requirement is to use CRM adapter only. Now. I would like to know how to start initial data sync process.Pavan Kumar

1 Answers

0
votes
  • Write console application that executes update on records which should by synchronized
  • run above application against source
  • synchronization connector should pick up updates and send records to destination

There might be some implications with ModifiedBy and ModifiedOn fields (as they would be updated by console app). Depends if you care about them.