A Salesforce administrator at a logistics management firm needs to execute several distinct data operations across standard and custom objects. Match each administrative requirement to the appropriate data utility tool and configuration.
- Import 4,000 Lead records while suppressing duplicate creation using Email matching and automatically triggering Lead Assignment Rules.Data Import Wizard
- Export 300,000 Shipment__c custom object records weekly via an automated scheduled background batch process.Data Loader Command-Line Interface (CLI)
- Permanently purge 12,000 inactive Asset records directly from the database without storing them in the Recycle Bin.Data Loader (with Bulk API and Hard Delete enabled)
- Upsert 85,000 Account records mapped to parent accounts using an External ID field.Data Loader Desktop GUI
Answer
Each administrative data task matches its specific tool based on record volume, automation requirements, operation type, and feature capabilities: Importing 4,000 Leads with rule triggers matches Data Import Wizard; Scheduled export of 300,000 records matches Data Loader CLI; Hard deleting 12,000 Assets matches Data Loader with Bulk API Hard Delete; Upserting 85,000 Accounts with External IDs matches Data Loader Desktop GUI.
The correct pairings align with Salesforce utility specifications: Data Import Wizard handles under 50,000 records with assignment rule triggers; Data Loader CLI enables automated batch exports of large data sets; Data Loader with Bulk API Hard Delete allows direct database purges; and Data Loader Desktop GUI processes large-volume upserts exceeding 50,000 records.
Step-by-Step Solution
Key Concept
Selecting between Data Import Wizard and Data Loader based on record volume, supported objects, operation types, and automated execution constraints.