ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 313 - Certified Platform Developer II discussion

Report
Export

A company accepts orders for customers in their enterprise resource planning (ERP) crder__c records with a lookup field to Account. The Account object has an External ID field, ERP_Customer_ID__c.

What should the integration use to create new Order__c records that will automatically be related to the correct Account?

A.
Upsert on the Account and specify the ERP_Customer_ID__c.
Answers
A.
Upsert on the Account and specify the ERP_Customer_ID__c.
B.
Merge on the Order__c object and specify the ERP_Customer_ID__c.
Answers
B.
Merge on the Order__c object and specify the ERP_Customer_ID__c.
C.
Insert on the Order__c object followed by an update on the Order__c object.
Answers
C.
Insert on the Order__c object followed by an update on the Order__c object.
D.
Upsert on the Order__c object and specify the ERP_Customer_ID__c.
Answers
D.
Upsert on the Order__c object and specify the ERP_Customer_ID__c.
Suggested answer: C
asked 23/09/2024
Prakhar Sengar
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first