Which two fields in an Integration Procedure can use a function like CONCAT or DATEDIFF? Choose 2 answers
A. In Procedure Configuration, ina TrackingCustom Data value field.
B. In a Remote Action, in a Remote Options value field.
C. In a Remote Action, in an Additional Output value field.
D. In a Response Action, in an Additional input value field.
Explanation:
According to the Integration Procedure Actions page, a Remote Action can use a function in an Additional Output value field or in a Remote Options value field. According to the Response Actions page, a Response Action can use a function in an Additional Input value field.
A developer is building an OmniScript and needs to retrieve data from a single field in aSalesforce record. Which OmniScript element does this?
A. Lookup
B. Select
C. HTTP Action
D. DataRaptor Post Action
Explanation:
The Lookup element is used to retrieve data from a single field in a Salesforce record. The Lookup element allows the developer to specify the object, field, and filter criteria for the data retrieval. The Select element is used to display a list of options for the user to choose from. The HTTP Action element is used to send or receive data from an external system using HTTP methods. The DataRaptor Post Action element is used to create or update Salesforce records using a DataRaptor Transform.
A developer is configuring an integration Procedure Action in an OmniScript. The Omniscript needs a JSON response from the Integration Procedure but does not need to wait for the response for the user to proceed. Which feature should the developer enable?
A. Toast Completion
B. Use Future
C. Invoke Mode Fire and Forget
D. Invoke Mode Non-Blocking
Explanation:
The Invoke Mode Fire and Forget feature enables the OmniScript to invoke the Integration Procedure without waiting for a response. This is useful when the response is not needed for the user to proceed
A developer writes an OmniScript that includes a DataRaptor that updates the Account status based on information provided from the OmniScript. The information must be updated only if the Account record already exists. Otherwise, a new account must be created. How should the developer accomplish this task?
A. Check the Upsert Key checkbox on the Account Status field
B. Check the Upsert Key and Is Required for Upsert checkboxes on the Account Id field
C. Populate the Lookup Object and Lookup Fields
D. Check Overwrite TargetforAll Null Inputs checkbox on the Account Id field
Explanation:
The Upsert Key checkbox indicates that the field is used as a key for upserting records. The Is Required for Upsert checkbox indicates that the field is mandatory for upserting records. The developer needs to check both checkboxes on the Account Id field to update the Account status only if the Account record already exists. Otherwise, a new account will be created.
When launching an OmniScript from an action on a FlexCard, the OmniScript displays, but no Salesforce data is populated: Which two errors could cause this behavior? Choose 2 answers
A. The Id Field for Actions in the FlexCard is blank.
B. There is no active version of the Data Raptor Extract.
C. There isnonactive version of the OmniScript
D. In the DataRaptor Extract Action, the Input Parameters Filter Value is misspelled.
Explanation:
The Id Field for Actions in the FlexCard specifies which field from the FlexCard data source will be used as the record ID for the OmniScript. If this field is blank, the OmniScript will not receive any record ID and will not be able to retrieve any Salesforce data. In the DataRaptor Extract Action, the Input Parameters Filter Value determines how to filter the data based on the record ID. If this value is misspelled, the DataRaptor Extract will not be able to match the record ID and will not return any data.
Page 7 out of 24 Pages |
Previous |