Reputation: 883
Is there possiblity to avoid duplicate data while Importing 100 or 200 records in CRM 2011
Thanks in Advance.
Upvotes: 0
Views: 1079
Reputation: 115
Yes It is possible to detect or avoid duplicates in CRM while importing data as XML. This can be done by : There are already existing duplication detection rules available in the CRM by default or You can create your own custom duplicate detection rules according to your requirement.This will surely detect your duplicate data.
Upvotes: 0
Reputation: 6715
Whilst this is possibly a bit broad, the essential answer is yes.
You could write plugins, but that is probably unnecessary. Duplicate detection rules can be configured to run on create/update.
Have a look here
You define fields to try to match on and activate the rule, which will then cause an exception to be thrown when trying to import data.
Upvotes: 1