function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
GWI EngineeringGWI Engineering 

Duplicated Rules

Hi,

I'm trying to integrate my application to create/update my Salesforce contacts through a `RestClient` , the problem is that i have a `Duplicated Rule`, so when i try to create a new user i get something like:

` "[{\"message\":\"Use one of these records?\",\"errorCode\":\"DUPLICATES_DETECTED\",\"fields\":[]}]"`.

I have read something about `allowsave`, but not sure if that is the correct place to look for REST client and how correctly set it. Hope you can help me.

Thanks.
Juan Ramon Cañizares Gomez.