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
In which two fields in an Integration Procedure or DataRaptor can you use a function like CONCAT or DATEDIFF?
Choose 2 answers
A. In a Set Values Action in a Value field.
B. In a Remote Action in an Additional Output value field.
C. In a DataRaptor Action in an Input Parameters value field.
D. In a DataRaptor in an Output Tab Output JSON Path.
What parent JSON node name must be sent to a Calculation Procedure?
A. input
B. Input
C. inputs
D. Inputs
On a FlexCard canvas, several fields display with Salesforce data, but one of the fields shows only the label. What could cause this?
A. In the Setup Panel, {recordid} is misspelled in the Data Source Input Map.
B. The card state only supports a limited number of fields for display.
C. The field is null in the Salesforce record.
D. There are no Test Data Test Parameters configured.
Why do you need a Response Action element in an Integration Procedure?
A. Itenforces error checking.
B. It returns data to whatever called the Integration Procedure.
C. It controls where the user navigates after the Integration Procedure is completed.
D. It calls an APEX class and method.
How can a Card Layout be embedded within another Card?
A. Use an angular filter in a specific field in a card state
B. Use the Add Layout button in zone layout
C. Use a session variable on a Card
D. Use a card state with a Layout condition
An OmniScript displays data from an API using an Integration Procedure, but some of the data is missing. What error could cause this?
Choose 2 answers
A. The element name for the missing data does not match the JSON node key in the Integration Procedure Response.
B. The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.
C. The JSON sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure.
D. The missing data is trimmed in the Integration Procedure Action Response JSON Path.
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 2 answers
A. In the DataRapior Load, in the preview tab, the Recordid is from the wrong record type.
B. The Input JSON paths in the DataRaptor Load do noi match the JSON sent from the OmniScript.
C. The fields that are not updated are read only in Salesforce.
D. Contextid is misspelled in the merge code that passes the Recordid fo the DataRaptor.
You have so many fields on a FlexCard that it looks cluttered. Based on best practices, what is the most efficient way to declutter it?
A. Use a child FlexCard
B. Delete some of the actions
C. Use a flyout action
D. Use a datatable or chart element
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