Many of our "Contacts" were migrated in to CRM and unfortunately duplicates were not eliminated. What would be the options for cleaning up the data from within Microsoft CRM? Would approaching it from the SQL database be risky? Thank you for all of your help.

Re: Duplications of Data by John

John
Sun Aug 01 15:18:31 CDT 2004

Right now there is no duplicate checking in CRM as you have found. Your only
option is to either find an ISV addon to check for duplicates or to create
one of your own using the SDK. Here is a sample program with source code to
perhaps get you started.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmbscrm/html/mbs_crmappdup.asp

--
John O'Donnell
Microsoft CRM MVP


"Chuck47" <Chuck47@discussions.microsoft.com> wrote in message
news:1BA703D1-2654-4500-A0CF-79948CC5F6A3@microsoft.com...
> Many of our "Contacts" were migrated in to CRM and unfortunately
duplicates were not eliminated. What would be the options for cleaning up
the data from within Microsoft CRM? Would approaching it from the SQL
database be risky? Thank you for all of your help.



Re: Duplications of Data by Stephen

Stephen
Sun Aug 01 18:08:56 CDT 2004

The searchpac from c360 can be used to dedupe records, one at a time:

http://www.c360.com/SearchPac.aspx


Stephen


"Chuck47" <Chuck47@discussions.microsoft.com> wrote in message
news:1BA703D1-2654-4500-A0CF-79948CC5F6A3@microsoft.com...
> Many of our "Contacts" were migrated in to CRM and unfortunately
duplicates were not eliminated. What would be the options for cleaning up
the data from within Microsoft CRM? Would approaching it from the SQL
database be risky? Thank you for all of your help.