A system administrator needs to set up an automated nightly process to upsert 40,000 Account and Contact records into Salesforce from an external system using a custom External ID field. The process must execute on a scheduled basis without requiring manual interaction in the browser interface. Which utility should the administrator select to meet these requirements?
- Data Loader executed via the Command Line Interface (CLI), because it supports automated batch processes and upsert operations using External IDs.Answer
- BData Import Wizard, because it natively supports automated nightly scheduling and record volumes up to 50,000 records from the Setup menu.
- CData Import Wizard, because Data Loader only supports Salesforce record IDs and cannot perform upsert operations using custom External IDs.
- DData Loader, because the Data Import Wizard is limited to a maximum of 10,000 records per operation and does not support standard objects like Accounts and Contacts.
Answer
Data Loader executed via the Command Line Interface (CLI) should be selected because it supports automated batch operations, scheduled execution without manual intervention, and upserts based on External IDs.
Selecting Data Loader executed via the Command Line Interface (CLI) is correct because Data Loader provides a CLI component that can be integrated with OS schedulers to automatically perform batch data operations, such as upserts matching on External IDs, without user intervention.
Step-by-Step Solution
Key Concept
Data Loader CLI vs Data Import Wizard Automation
Estimated Time:2m 0s