A company implements an integration procedure that is invoked from an OmniScript. The integration procedure includes a recommend to improve performance and address users concerns
Which feature should the consultant recommend to improve performance and address users concerns?
A. Try Catch
B. Batch jobs
C. Chaining
D. Conditions
A business wants to add typeahead functionality to an existing OmniScript. The business wants the user to begin entering the name of a contact in Salesforce. and allow the user to select the contact once it has found a match. Once the contact has been selected, the OmniScript should retrieve the contact's email address for use in a later step of the process.
What data source is needed when using the TypeAhead element?
A. HTTP Action
B. Integration Procedure Action
C. DataRaptor Post Action
D. DataRaptor Extract Action
Which two of the following use cases are best solved using Calculation Procedures and Matrices? Choose 2 answers
A. To apply the correct factor when determining a cost
B. To return output that is calculated differently based on the date
C. To determine the list of products to display to a customer
D. To retrieve text data and convert it to an integer
A business wants to create a reusable OmniScript to capture customer payment information during the order process. The business decides that the first step of the payment process should include:
Payment type (credit card or bank account) Payment amount
Which two elements should the consultant recommend for this step of the process? Choose 2 answers
A. Number
B. Radio
C. Multi-select
D. Currency
A business has an existing Contact FlexCard that currently displays 5 actions. The business needs to add 3 m actions to the existing FlexCard. All 8 actions are equally important and used with the same frequency. The business wants to display the name and icon for each action. However, when reviewing the existing design, V consultant notices that the FlexCard is overloaded with actions.
What FlexCard design solution should the consultant recommend?
A. Add a menue element and Include all the actions
B. Create a new contact FlexCard for the new actions
C. Add a flyout to the existing FlexCard
D. Use a block element to add these new actions
How should the consultant design the OmniScript solution to allow the user to stop and resume a process at a later time?
A. Configure the Save property
B. Configure a Resume Step
C. Use an Integration Procedure
D. Use a DataRaptor Post Action
A company has an OmniScript that allows agents to schedule service calls. The first step displays the account name, primary contact name, and telephone number to the user for confirmation. On the second step, it displays available appointment slots, which are retrieved from an external service in XML and then transformed into JSON. The following actions are currently used in the OmniScript:
DataRaptor Extract Action HTTP Action DataRaptor Transform Action
Following best practices, what can the consultant recommend to reduce processing time?
A. Combine these actions into an Integration Procedure
B. Change DataRaptors to extract single objects
C. Add conditional views to the OmniScript
D. Add reusable OmniScripts for each step
A business requires a solution to generate an event {platform event) using account information. All the event information is related to the customer and is stored in Salesforce.
Using an Integration Procedure, which two actions are necessary to design this solution? Choose 2 answers
A. HTTP
B. Response
C. DataRaptor Post
D. DataRaptor Extract
A business process needs to perform a multi-step calculation on each contact record in a list.
Using an Integration Procedure to process the list, what feature can be used to meet this requirement?
A. Loop Block
B. Batch Action
C. Conditional Block
D. DataRaptor Transform Action
A company uses calculation procedures to determine product pricing. Due to the company's pricing schedules, there is always more than one calculation procedure active at one time for a given date.
In this scenario, how will the calculation engine select which calculation procedure to run?
A. Date modified
B. Priority
C. Sequence
D. Date created