Notifications
Clear all
Feb 23, 2022 6:45 am
Getting the following error in Salesforce Standard API when doing a PATCH request.
{ "errorCode": "NOT_FOUND", "message": "Provided external ID field does not exist or is not accessible: CODE__c" }
1 Reply
Feb 23, 2022 6:47 am
Its because the field CODE__c is not marked as external id. Make sure the external id check box is checked for that field and then the API will work. Ideally it should be unique and required.