Question

Difficulty: MediumData Import Wizard and Data Loader Utilities

A Salesforce administrator at a medical device company needs to configure a weekly automated process to upsert 8500085{}000 custom Equipment__cEquipment\_\_c records from an external ERP system into Salesforce using an External ID field. The operation must run via command-line interface (CLI) without manual user intervention. Which utility should the administrator select to fulfill these requirements?

  1. Data LoaderAnswer
  2. B
    Data Import Wizard
  3. C
    Mass Transfer Records
  4. D
    Salesforce Connect

Answer

Data Loader is the appropriate utility because it supports up to 5,000,000 records and offers a command-line interface (CLI) for automated, scheduled operations.
Data Loader is designed to handle up to 5,000,000 records per operation and includes a client-based Command Line Interface (CLI) that enables administrators to automate routine upsert tasks on a scheduled basis using external IDs.

Step-by-Step Solution

1
Evaluate record volume requirement
The requirement specifies 8500085{}000 records, which exceeds the 5000050{}000 record limit of the Data Import Wizard.
Data Import Wizard cannot process files larger than 5000050{}000 records.
2
Evaluate operational mode requirement
The operation requires automated command-line execution (CLI) without user intervention.
Only Data Loader provides a command-line interface (CLI) capability for script-driven automated execution.
3
Select the correct tool based on criteria
Data Loader satisfies both high volume (8500085{}000 records) and automated CLI execution criteria.
Data Loader handles up to 5,000,000 records and supports automated CLI tasks.

Key Concept

Selecting data administration utilities based on record volume limits and command-line automation capabilities
Rate this question