nerdexam
Salesforce

CRT-450 · Question #48

A primaryid_c custom field exists on the candidate_c custom object. The filed is used to store each candidate's id number and is marked as Unique in the schema definition. As part of a data…

The correct answer is C. Update the primaryid__c field definition to mark it as an External Id. See the full explanation below for the reasoning.

Question

A primaryid_c custom field exists on the candidate_c custom object. The filed is used to store each candidate's id number and is marked as Unique in the schema definition. As part of a data enrichment process. Universal Containers has a CSV file that contains updated data for all candidates in the system, the file contains each Candidate's primary id as a data point. Universal Containers wants to upload this information into Salesforce, while ensuring all data rows are correctly mapped to a candidate in the system. Which technique should the developer implement to streamline the data upload?

Options

  • ACreate a Process Builder on the Candidate_c object to map the records.
  • BCreate a before Insert trigger to correctly map the records.
  • CUpdate the primaryid__c field definition to mark it as an External Id
  • DUpload the CSV into a custom object related to Candidate_c.

How the community answered

(31 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    77% (24)
  • D
    13% (4)

Community Discussion

No community discussion yet for this question.

Full CRT-450 Practice