in an OmniScript, you need to get data from a single field ina Salesforce record. What element does this?
A. Select
B. HTTP Action
C. Lookup
D. DataRaptor Post Action
You want a child FlexCard to use the parent's data source. What do you need to do to make it work?
Choose 2 answers
A. You must select a data node in the Data Node field in the Properties panel on the parent FlexCard
B. The same fields must be available in both parent and child FlexCards
C. The same data source must be selected and configured in both parent and child FlexCards
D. You must select a data node in the Data Node field in the Properties panel on the child FlexCard Pencil and Pape
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?
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.
You are troubleshooting an Integration Procedure with two elements: a Remote Action named FetchCart and a Response Action named ResponseCart. In PREVIEW, what JSON node shows the data sent to the Remote Action?
A. ResponseCartDebug
B. ResponseCart
C. FetchCartDebug
D. FetchCart
Which description below best matches what Publish Options does?
A. Enable a FlexCard to use a Viocity Integration Procedure to return a set of actions
B. Configure metadata values and set the target for the published FlexCard
C. Make the FlexCard usable in the OmniScript Designer via the Custom LWC element
D. Enable grouping FlexCards by object type or by the order they appear in the database
You want to send all data from a FlexCard's data source to a Datatable in a child FlexCard.
What is the variable you put in the Data Node field in the parent FlexCard that gets all the records?
A. {recordid}
B. {records [0]}
C. {Parent.id}
D. {records}
You are importing a list of new products into Salesforce and need to map the new product to the appropriate PriceBook Entries. What typeof DataRator mapping keeps tractof the new product Records as they are created to use in the Price entries you need to create?
A. Lookup Key
B. Lookup Mapping
C. Linked Mapping
D. Relationship Query
Which property enables custom Lightning web components to override an individual OmniScript element's component?
A. LWC Component Override
B. HTML Template ID
C. Element Type to LWC Component Mapping
D. Enable LWC
Which three are true about Calculation Matrix inputs?
Choose 3 answers
A. They can be a combination of values.
B. They must contain numerical data.
C. They can represent ranges.
D. They must be unique.
While using the Lightning App Builder, you add a Custom Component to the console, but the component you want to add does not appearin the dropdown list. What could cause this?
A. The FlexCard has a recordid that is for the wrong record type.
B. The record displayed in the Lightning App Builder preview has no data for the record displayed.
C. The data source for the FlexCard is not active.
D. The FlexCard does not have an active version.