nerdexam
Salesforce

PDII · Question #26

PDII Question #26: Real Exam Question with Answer & Explanation

Sign in or unlock PDII to reveal the answer and full explanation for question #26. The question stem and answer options stay visible for context.

Question

A company represents their customers as Accounts that have an External ID field called Customer_Number__c. They have a custom Order (Order__c) object, with a Lookup to Account, to represent Orders that are placed in their external order management system (OMS). When an order is fulfilled in the OMS, a REST call to Salesforce should be made that creates an Order record in Salesforce and relates it to the proper Account. What is the optimal way to implement this?

Options

  • APerform a REST GET on the Account and a REST POST to update the Order__c with the
  • BPerform a REST PATCH to upsert the Order__c and specify the Account's Customer_Number__c
  • CPerform a REST POST to update the Order__c and specify the Account's Customer_Number__c
  • DPerform a REST GET on the Account and a REST PATCH to upsert the Order__c with the

Unlock PDII to see the answer

You've previewed enough free PDII questions. Unlock PDII for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full PDII Practice
A company represents their customers as Accounts that have an... | PDII Q#26 Answer | NerdExam