An organization requires a bulk cleanup of 500,000 obsolete custom log records while maintaining strict data governance compliance. What is the correct sequence of administrative steps to safely back up the data and permanently purge the records using Salesforce native tools and Data Loader?
- 1Generate and download a full offline data backup of the target custom object using the Data Export Service.
- 2Assign the 'Bulk API Hard Delete' system permission to the administrator's user profile or permission set.
- 3Export a CSV file containing the Record IDs of all target records using Data Loader.
- 4Execute a Hard Delete operation in Data Loader with Bulk API enabled using the extracted CSV file.
- 5Monitor the Bulk API Job status page in Setup and review the success and error CSV logs.
Cevap
The correct order of operations is: 1) Generate and download a full offline backup using Data Export Service, 2) Assign the 'Bulk API Hard Delete' permission, 3) Export a CSV file containing the target Record IDs, 4) Execute a Hard Delete operation in Data Loader with Bulk API enabled, and 5) Monitor the Bulk API Job status page and review log files.
Enterprise data governance dictates that full offline backups must be generated before executing mass deletion jobs. Next, administrative permissions for 'Bulk API Hard Delete' must be granted. The administrator then extracts the exact Record IDs into a CSV file. Using Data Loader with the Bulk API, the Hard Delete operation is executed to bypass the Recycle Bin. Finally, auditing the Bulk API Monitoring page and success/error logs ensures complete processing verification.
Adım Adım Çözüm
Anahtar Kavram
Mass Data Operations and Hard Deletion Sequence
Tahmini Süre:3m 0s