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
Jerry Xu 1Jerry Xu 1 

delete custom object failed with Salesforce toolkit

Hi,
Under account, we created custom object called Analytics_group, and I am trying to delete one by calling

this.FClient.DeleteAsync("Analytics_Group__c", group.Group_ID__c)

From salesforce web ui, I  can see the group id is 7264fb46-90f0-4dc8-92ac-82487dfe3482, however, I got error message from above call:
[{"errorCode":"NOT_FOUND","message":"Provided external ID field does not exist or is not accessible: 7264fb46-90f0-4dc8-92ac-82487dfe3482"}]

Group_ID__c is the primary key to identify the group, is it the right one to use? If it is, why do I see an eror?

Many Thanks
 
Jack Liu 13Jack Liu 13
I got same error too, I followed some instruction to set unique on the external ID, but still not help.

Please help.

Thanks