Hi:
Consider the following scenario:
1. I have a company that uses an enterprise system that stores customer account information.
2. I implement Dynamics CRM. I also write a C# plugin that copies all the data from the 3rd party system to the CRM account entity.
3. When new customers are added or existing customer edited, this can ONLY be done in the 3rd party MSSQL system
My question is this.
How can I keep both data tables in sync for both new records and edited records without having to create a MSSQL Data Reader forward cursor and then compare every single record with the CRM entity table using a HttpRequestMessage class?
*This post is locked for comments
I have the same question (0)