exam questions

Exam Certified Advanced Administrator All Questions

View all questions & answers for the Certified Advanced Administrator exam

Exam Certified Advanced Administrator topic 1 question 192 discussion

Actual exam question from Salesforce's Certified Advanced Administrator
Question #: 192
Topic #: 1
[All Certified Advanced Administrator Questions]

The administrator at Cloud Kicks has been asked to delete a large number of quote line items. They receive a .csv file with the record IDs to be deleted. The administrator uses Data Loader to delete them and selects Use Bulk API. When the job runs, every record shows an 'entity is deleted' error in the error file that is created.

What is the reason for the error?

  • A. One of the IDs in the batch referenced a record that was in the recycle bin.
  • B. Deleting with Data Loader can only be done in Batch API mode.
  • C. This is the standard error message when records are deleted using Bulk API.
  • D. The batch size selected was greater than the 200 record limit.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
tMana
8 months ago
A: The most likely reason for the error is that one of the IDs in the batch referenced a record that was in the recycle bin. When a record is deleted from Salesforce, it is placed in the recycle bin for a period of time before it is permanently deleted. If a record ID in the CSV file references a record in the recycle bin, the delete operation will fail with the 'entity is deleted' error. The administrator should check the IDs in the CSV file and ensure that they are not referencing records in the recycle bin. They can also try to restore the deleted records from the recycle bin and then delete them again using Data Loader.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...