Question

Difficulty: EasyData Export, Backup Services, and Mass Operations

An administrator needs to permanently purge thousands of outdated Lead records from Salesforce using Data Loader without leaving them in the Recycle Bin. Which permission must be assigned to the administrator to enable the hard delete option in Data Loader?

  1. Bulk API Hard DeleteAnswer
  2. B
    Data Import Wizard Mass Operations
  3. C
    Modify All Data
  4. D
    Manage Data Categories

Answer

Assigning the Bulk API Hard Delete permission allows users to perform hard delete operations in Data Loader, completely bypassing the Recycle Bin.
To execute a hard delete operation using Data Loader (which permanently removes records and bypasses the Recycle Bin), the user must be assigned the 'Bulk API Hard Delete' user permission in addition to standard delete privileges.

Step-by-Step Solution

1
Identify the requirement for bypassing the Recycle Bin during a mass delete operation.
Standard deletion via API moves records to the Recycle Bin, whereas hard deletion permanently purges them.
Hard deletion requires specific API capabilities and elevated security controls.
2
Determine the necessary tool and system permission.
Data Loader uses the Bulk API for hard deletion, which is governed by the 'Bulk API Hard Delete' profile or permission set permission.
Salesforce enforces this permission to prevent accidental permanent data loss during bulk operations.

Key Concept

Data Loader Hard Delete Permissions
Rate this question