You need to sign in to do that
Don't have an account?

Delete records from custom object via an external key
I would like to delete records using a external key.
But the delete operation from the APEX DATALOADER won't let me use the external key as key for deletion!
So, what is the way to delete records via an external key?
SE,
The function is not available today.
When you Upsert the records by their External Id, you'll get a successes.csv file that will contain the Salesforce Id of the upserted record. You'll have to use this file as your cross-reference between the Salesforce Id of the record and External Id.
Hope this helps.
All Answers
SE,
The function is not available today.
When you Upsert the records by their External Id, you'll get a successes.csv file that will contain the Salesforce Id of the upserted record. You'll have to use this file as your cross-reference between the Salesforce Id of the record and External Id.
Hope this helps.