A company implements an integration procedure that is invoked from an OmniScript. The integration procedure includes a very long-running process that makes users impatient.
Which feature should the consultant recommend to Improve performance and address users' concerns?
A. Try Catch
B. Batch jobs
C. Chaining
D. Conditions
Explanation:
The feature that the consultant should recommend to improve performance and address users’ concerns is chaining. Chaining is a property that allows an Integration Procedure Action element to run asynchronously in the background, without blocking the user interface. The consultant can use chaining to execute the long-running process in parallel with other actions or steps in the OmniScript, and notify the user when it is completed. This will improve the user experience and reduce waiting time
A healthcare company wants to enable its subscribers to add. edit, or delete dependents related to their policy via their community portal. The project team decides to use OmniStudio tools to provide this functionality. In this scenario, which two OmniStudio features should the consultant recommend? Choose 2 answers
A. Datatable
B. Remote Action
C. Response Action
D. Edit Block
Explanation:
The two OmniScript features that the consultant should recommend are Response Action and Edit Block. A Response Action is an action that can save or submit data from an OmniScript to a Salesforce object or an external system. The consultant can use a Response Action to allow the user to add, edit, or delete dependents related to their policy via their Community portal. An Edit Block is an element that can display a list of records for the user to view, edit, or delete, using an OmniScript or an Integration Procedure. The consultant can use an Edit Block to display the dependents related to the policy, and allow the user to modify them
What is the purpose of Step elements in an OmniScript?
A. Organizes the script into one or more pages
B. Groups elements that extract data
C. Enables the use of repeatable blocks
D. Allows the user to input data
In which two scenarios should a DataRaptor be used? Choose 2 answers
A. To retrieve an account and Its related contacts
B. To retrieve today's financial news
C. To send an SMS alert to the user when a process completes
D. To merge the city and state fields into a single field
Explanation:
The two scenarios where a DataRaptor should be used are: to retrieve an account and its related contacts, and to merge the city and state fields into a single field. A DataRaptor is a tool that can read, transform, and write data from Salesforce objects or JSON objects. A DataRaptor Extract can retrieve data from one or more Salesforce objects using SOQL queries, and store it in an Interface object or a JSON object. A DataRaptor Transform can map data from one Interface object or JSON object to another, and apply formulas and functions to transform the data. For example, a DataRaptor Transform can concatenate two fields into one using the + operator
A consultant needs to design an OmniScript to capture the following information:
• Select one payment method from a list of options
• Enter the address information with autocomplete
• Enter a phone number
Which OmniScript elements should be used to capture this information?
A. Radio, TypeAhead, and Telephone
B. Multi-Select. Address, and Telephone
C. Checkbox, Geolocation, and Number
D. Select, TypeAhead, and Number
Explanation:
The correct OmniScript elements to capture the information are Select, TypeAhead, and Number. Select allows the user to choose one option from a list of values, TypeAhead provides autocomplete suggestions for address fields, and Number validates that the input is a numeric value. Radio, Multi-Select, and Checkbox are not suitable for single selection scenarios. Geolocation is not an OmniScript element, and Telephone is not a valid data type for phone numbers.
Page 2 out of 25 Pages |
Previous |