If the email address of a Contact is changed in an OmniScript, which of the following should be configured to update the contact’s record in Salesforce? Multiple Books
If the email address of a Contact is changed in an OmniScript, which of the following should be configured to update the contact’s record in Salesforce? Multiple Books
A . A DataRaptor Transform that maps the new Email address to the old Email address field.
B . A DataRaptor Extract that includes the Recordld, the upsert key selected, and the new Email address.
C . A DataRaptor Load that includes the Recordld, the upsert key selected, and the new Email address.
D . A DataRaptor Transform that includes the previous email with the upsert key selected and the new Email address.
Answer: D
Latest OmniStudio Developer Dumps Valid Version with 62 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
D is incorrect.
pushing data back to Salesforce requires a DataRaptor Load.
DataRaptor Transforms let you perform intermediate data transformations without reading from or writing to Salesforce. Formulas are supported.
• Convert JSON input to XML output, and vice versa
• Restructure input data and rename fields
• Substitute values in fields (all DataRaptors can substitute values)
• Convert data to PDF, DocuSign, or Document Template format
DataRaptor Loads accept data in JSON, XML, or custom input formats and write the data to Salesforce objects. Formulas and attributes are supported.