A Salesforce administrator is evaluating data utility options for four separate data maintenance requirements within an organization. Match each administrative requirement to the appropriate tool and configuration.
- Upserting 40,000 Contact records while enforcing built-in duplicate matching rules to prevent creating duplicate records.Data Import Wizard
- Automating a scheduled nightly export of 200,000 Case records using background command-line execution.Data Loader Command Line Interface (CLI)
- Performing a hard delete on 15,000 obsolete custom object records so they bypass the Recycle Bin.Data Loader Desktop Client with Bulk API enabled
- Importing 85,000 Opportunity records into Salesforce from a desktop graphical user interface.Data Loader Desktop Client with Standard SOAP API enabled
Answer
1. Upserting 40,000 Contact records with duplicate matching maps to Data Import Wizard.
2. Automating a scheduled nightly export of 200,000 Case records maps to Data Loader Command Line Interface (CLI).
3. Performing a hard delete on 15,000 custom object records maps to Data Loader Desktop Client with Bulk API enabled.
4. Importing 85,000 Opportunity records maps to Data Loader Desktop Client with Standard SOAP API enabled.
2. Automating a scheduled nightly export of 200,000 Case records maps to Data Loader Command Line Interface (CLI).
3. Performing a hard delete on 15,000 custom object records maps to Data Loader Desktop Client with Bulk API enabled.
4. Importing 85,000 Opportunity records maps to Data Loader Desktop Client with Standard SOAP API enabled.
Each requirement aligns directly with standard Salesforce utility constraints: Data Import Wizard handles up to 50,000 Contacts with duplicate prevention; Data Loader CLI supports automated background scripts; Data Loader with Bulk API enables hard deletion; and Data Loader Desktop client handles Opportunities and large volumes (>50,000 records).
Step-by-Step Solution
Key Concept
Selecting between Data Import Wizard and Data Loader based on record volume, object support, automation needs, and operation type.