Salesforce Certified OmniStudio Developer — Question 47

An OmniScript updates data from one Salesforce record, but when it completes, only some of the data is updated in Salesforce. A DataRaptor Load saves the data. What error could cause this behavior? (Choose two.)

Answer options

Correct answer: B, D

Explanation

Option B is correct because if the Input JSON paths in the DataRaptor Load do not align with those sent from the OmniScript, data will not update correctly. Option D is also correct as read-only fields in Salesforce cannot be modified, which would prevent updates to those fields.