Soru

Zorluk: OrtaData Import Wizard and Data Loader Utilities

A Salesforce administrator at a global retail company needs to execute two distinct data management operations:

1. Update or insert 80,000 Contact records based on a unique External ID field.
2. Permanently remove (hard delete) 15,000 inactive custom object records named Archive_Log__c from the organization.

Which two statements specify the correct tool and operation required to satisfy these requirements? (Choose 2 options)

  1. Data Loader must be used to perform an upsert operation for the 80,000 Contact records using the External ID.Cevap
  2. Data Loader must be used to perform a hard delete operation for the 15,000 Archive_Log__c records.Cevap
  3. C
    Data Import Wizard should be used to perform an upsert operation for the 80,000 Contact records using the External ID.
  4. D
    Data Import Wizard should be used to perform a hard delete operation for the 15,000 Archive_Log__c records.

Cevap

Data Loader must be used for both operations: upserting the 80,000 Contact records using the External ID and performing a hard delete on the 15,000 Archive_Log__c records.
Data Loader is the appropriate tool for both tasks because Data Import Wizard is limited to 50,000 records per job and does not support record deletion or hard deletion. Data Loader easily handles up to 5,000,000 records and includes native support for upserting via External ID as well as hard deleting records.

Adım Adım Çözüm

1
Evaluate record volume for the Contact import operation.
The operation involves 80,000 records, which exceeds the Data Import Wizard limit of 50,000 records.
Data Loader must be chosen for any import or upsert batch exceeding 50,000 records.
2
Evaluate operation capabilities for hard deleting records.
Hard deletion permanently removes records without sending them to the Recycle Bin.
Data Import Wizard does not support delete or hard delete operations; Data Loader is required for hard deletes.

Anahtar Kavram

Tool selection criteria between Data Import Wizard and Data Loader based on record volume limits and supported operation types (e.g., hard delete).
Bu soruyu puanla