Hi all,
i have a scenario where i have to migrate data from SQL server database to CRM Online. While executing the SSIS package, it is throwing an error- some Duplicate records already present in the CRM Online.
Now, I want to move only those data that are not present in the Online CRM.
Need help..!!
*This post is locked for comments
One way to do this is to export the current records from CRM Online to a SQL table (e.g. CurrentCrmRecords). You can then either:
In either case you need to be careful if there are nulls in the fields that are used to identify duplicates. If nulls cannot trigger duplicates, then the easiest way to handle this is to exclude records with null values from the export from CRM
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156