A Salesforce administrator is tasked with performing a cleanup to delete 1,500 inactive Case records that have been closed for over three years. When attempting to perform this operation using the standard Mass Delete Records tool in Salesforce Setup, the administrator realizes the tool cannot finish the entire job in a single batch submission. Which limitation explains why the standard wizard cannot complete this in one request, and what is the appropriate administrative solution?
- The standard Mass Delete Records wizard is capped at a maximum of 250 records per operation, so the administrator should use Data Loader to perform the mass deletion.Cevap
- BThe standard Mass Delete Records wizard does not support standard objects like Cases, so the administrator must use the Data Import Wizard to purge the records.
- CThe standard Mass Delete Records tool permanently hard-deletes records in a single step, which requires enabling the Bulk API Hard Delete permission in Data Loader first.
- DMass deleting Cases automatically deletes associated parent Account records unless the records are exported and deleted via a custom Flow.
Cevap
The standard Mass Delete Records wizard is capped at 250 records per operation, requiring the use of Data Loader for larger record sets.
The standard Mass Delete Records wizard built into Salesforce Setup allows administrators to delete standard objects (such as Accounts, Leads, Contacts, Opportunities, Products, and Cases), but it restricts each search and delete operation to a maximum of 250 records at a time. To mass delete 1,500 records efficiently, Data Loader is the recommended tool.
Adım Adım Çözüm
Anahtar Kavram
Mass Delete Records limits and Data Loader capabilities