219k views
5 votes
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 these imports?

A. Use the ID from the order system in place of the SFDC IDB. Create a unique external ID field on Accounts in SFDC for matching.C. Use VLOOKUP to find matching records in SFDCD. Create a formula field that identifies matches.

User Csebryam
by
5.6k points

1 Answer

5 votes

Answer:

B. Create a unique External ID field on Accounts in SFDC for matching.

Step-by-step explanation:

  • External ID is used to prevent duplicate records from being created as a consequence of the import operation, when importing custom objects or person accounts.
  • An external ID is a specific field that contains the External ID attribute.
  • External ID has unique record identifiers from a system that is outside the Salesforce.
  • When this option is selected Data Import Wizard identifies existing Salesforce records with external IDs that match the values in import file.
  • The External ID field enables to keep unique record IDs from an external system, usually for integration.
  • External ID field values should be unique and determine whether or not value are case sensitive can also be determined. For example XYZ and xyz will not be considered same if case sensitive option is not selected.

User Achuth
by
5.5k points