I have >100 sets of contacts, each with its own duplicate records. I plan to merge them, but would prefer not to do it manually one contact at a time. Is there a way to get salesforce to do it all automatically?
Thanks for your help.
Attribution to: user6967
Possible Suggestion/Solution #1
I don't know of a way to do this inside Salesforce other than writing some Apex code to handle it. That would mean duplicating much of what the existing merge process does for your new process.
Dupblocker and DemandTools are third party products that deal with duplicates. Dupblocker prevents users from entering duplicates. Among the many other useful parts of DemandTools is a flexible duplicate correction tool. I've used it extensively. It works well.
Attribution to: Jagular
Possible Suggestion/Solution #2
You can use DupeCatcher (https://appexchange.salesforce.com/listingDetail?listingId=a0N30000003IYLlEAO)
Its a free tool on the AppExchange, or any other, like the ones provided by Informatica Cloud
Attribution to: ransommule
Possible Suggestion/Solution #3
If the contacts belong to the same account they can be merged from the account page.
Attribution to: ThatDarnWoman
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/32672