PLAT-ADMN-201 · Question #130
Universal Containers regularly imports Accounts from an external order system that has its own ID field for each record. What should the System Administrator do to help prevent duplicates during…
The correct answer is B. Create a unique External ID field on Accounts in Salesforce for matching. To prevent duplicates during data imports from an external system with its own ID, the administrator should create a unique External ID field on Accounts in Salesforce for matching.
Question
Options
- AUse VLOOKUP to find matching records in Salesforce.
- BCreate a unique External ID field on Accounts in Salesforce for matching.
- CCreate a formula field that identifies matches.
- DUse the ID from the order system in place of the Salesforce ID.
How the community answered
(38 responses)- A3% (1)
- B95% (36)
- D3% (1)
Why each option
To prevent duplicates during data imports from an external system with its own ID, the administrator should create a unique External ID field on Accounts in Salesforce for matching.
VLOOKUP is a spreadsheet function for finding related data and is not a direct Salesforce mechanism for preventing duplicates during an import process.
Creating a custom field with the 'External ID' attribute on the Account object allows Salesforce's import tools to use the external system's ID for matching, preventing duplicates by updating existing records rather than creating new ones.
A formula field is read-only and cannot be used as a unique identifier for matching records during an import operation.
The Salesforce ID is a system-generated unique identifier and cannot be replaced by an external system's ID; external IDs are used for matching purposes, not as substitutes for Salesforce IDs.
Concept tested: External ID for data import
Source: https://help.salesforce.com/s/articleView?id=sf.overview_external_id.htm&type=5
Topics
Community Discussion
No community discussion yet for this question.