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
Why would you clone an Integration Procedure instead of versioning it?
A. The new Integration Procedure is Chainable.
B. The new Integration Procedure is replacing stub data.
C. The new Integration Procedure uses a Cache Block.
D. The new Integration Procedure will be used independently.
What can be launched with an action button on a FlexCard?
A. AViocity DataRaptor Load
B. A Viocity Calculation Matrix
C. A Viocity omniscript
D. A Vlocity Calculation Procedure
Which context variable is set in the card designer and allows access to any property in scope plus the {{payload}} variable?
A. Attributes {{attrs}}
B. Page parameters {{params}}
C. Session variables {{session}}
D. Object {{objj}}
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.
An OmniScript saves data to Salesforce and to an AWS Order Management system. What OmniScript element could save all of this data?
A. DataRaptor Post Action
B. Integration Procedure Action
C. DataRaptor Load Action
D. HTTP Action
What OmniScript Element only displays a rich-text HTML formatted code block?
A. Edit Block
B. Text Area
C. Text
D. Text Block
In an OmniScript, you have a Disclosure element that requires user input only if the user already checked a Non Disclosure Agreement checkbox. Which conditional view option do you choose?
A. Disable read only if true
B. Set element to required if true
C. Show element if true
D. Set element to optional if false
An OmniScript gets data from Salesforce and from an on-premises billing database. What two OmniScript elements could retrieve this data?
Choose 2 answers
A. Navigate Action
B. DataRaptor Extract Action
C. HTTP Action
D. Response Action
What part of a DataRaptor Extract defines the JSON that is shared with Viocity apps?
A. Expected Output
B. Preview Response
C. Output JSON Path
D. Extract JSON Path