Skip to main content
I'm attempting to do a contact update in dataloader io. The information being updated is contact addresses and I'm using the contact ID as the key for update. Around half of the contact records were updated with no issues. The other half came back with the following error message: use one of these records?  (see below)

 

I'm not entirely sure why I'm receiving this error message since I'm using the unique contact ID that is assigned to each contact record. Additionally, I've been using demand tools to catch duplicates in the system so there currently aren't any duplicates in the system. We recently did add duplicate rules to prevent duplicates from being created and I'm wondering if that could possibly be triggering this error. 

 

Dataloader io error message on contact update: use one of these records?
2 个回答
  1. 2018年2月1日 15:11
    Have you setup any duplicate rules on Account Object. From Error that there is an active duplicate rule on Account record.

     

    The error message seems to be resulting from Duplicate Management's matching/duplicate rules (https://help.salesforce.com/articleView?id=duplicate_prevention_map_of_tasks.htm&type=5). I would recommend checking it yourself or asking the System admin if you have any such rules in place. 

     

    I would recommend cross checking by creating a report or a list view where you can see all accounts and making sure that there are no existing accounts with matching information. If you aren't the system admin or cannot see all data (due to sharing rules/security settings), it's highly probably that you are unable to view the existing account that actually exist in the system.
0/9000