Trying to do a upsert into Salesforce Account object. There is only one account no duplicates but I keep getting this error:
duplicate value found: Licensee_ID__c duplicates value on record with id: 0012J00002QsCFX
Any help would be apprieciated.
Trying to do a upsert into Salesforce Account object. There is only one account no duplicates but I keep getting this error:
duplicate value found: Licensee_ID__c duplicates value on record with id: 0012J00002QsCFX
Any help would be apprieciated.
Hello Kyle,
Thank you for contacting us.
This error links to the Licensee_ID__c field. It seems this field does not accept duplicate values. We advise you to check whether any validation rule is being set for this field in your Salesforce instance.
How to find validation rule, you can see here: https://help.salesforce.com/s/articleView?id=sf.fields_defining_field_validation_rules.htm&type=5.
Should you have any questions, please feel free to contact us.
Best regards,
Serhii
Technical Support Engineer
Thanks Serhi, please close this ticket.