Salesforce Certified OmniStudio Developer — Question 33
A developer is configuring a DataRaptor Load to save contact data. The developer needs to set the record type of the contact using DeveloperName.
Which two configuration actions should the developer take to set this up in the DataRaptor Load? (Choose two.)
Answer options
- A. Check Is Lookup property when mapping the fields.
- B. Add Link to RecordType object in the Contact Object with the Id field of RecordType object.
- C. Select RecordType in the Lookup Object list, ID in the Lookup Field list, and DeveloperName in the Lookup Requested Field list.
- D. Select RecordType in the Lookup Object list, DeveloperName in the Lookup field list, and ID in the Lookup Requested Field list.
Correct answer: A, D
Explanation
Option A is correct as it enables the lookup functionality necessary for mapping fields correctly. Option D is also correct because it properly specifies DeveloperName as the field to retrieve the record type. Options B and C are incorrect because they do not effectively utilize DeveloperName for identifying the record type in the load process.