An insurance company decides to implement a sales console for the sales representatives that displays or provide access to customer information. The consultant reviews all the information required and determines that FlexCards would be the best solution to display part of the required information. Which two pieces of data should the consultant recommend displaying using FlexCards' Choose 2 answers
A. Policies including type, issue date, amount ,br>
B. Terms and Conditions for each policy
C. Guided troubleshooting process
D. Customer name, title, phone, email
Explanation:
The two pieces of data that the consultant should recommend displaying using FlexCards are: Policies including type, issue date, amount and Customer name, title, phone, email. A FlexCard is a tool that can display data and actions in a card format. The consultant can use FlexCards to show important and summary information about the customer and their policies, such as name, title, phone, email, type, issue date, and amount. These pieces of data are suitable for FlexCards because they are concise and relevant for the agents
A business wants to create an OmniScript that allows call center agents to schedule field service appointments with customers. The process needs to retrieve available appointment dates from an external system via a REST A [ and then display them to the user for selection in a dropdown list. Once the user selects a date, a confirmation should display with rich text and images. Which three OmniScript elements should be used to meet these requirements? Choose 3 answers
A. Text Block
B. HTTP Action
C. Text Area
D. Select
E. Multi-select
Explanation:
The three OmniScript elements that should be used to meet the requirements are: Text Block, HTTP Action, and Select. A Text Block element can display rich text and images using HTML tags in the OmniScript. An HTTP Action element can invoke a REST API and store the response in a JSON object. A Select element can display a dropdown list of options for the user to choose from
Which three of the following are functions of a Text Block element in OmniScript? Choose 3 answers
A. Error conditions
B. User input fields
C. Links or images
D. Text formatting
E. Table formatting
Explanation:
A Text Block element in OmniScript can perform three functions: display links or images, apply text formatting, and format tables. A Text Block element can use HTML tags to create hyperlinks or embed images in the OmniScript. It can also use CSS properties to style the text, such as font size, color, alignment, etc. Additionally, a Text Block element can use HTML table tags to create and format tables in the OmniScript
A Consultant is working on a project that involves using OmniStudio tools to design solutions that meet customer business requirements. The solutions need to be maintainable, scalable, and contribute to long-term customer success. Which OmniStudio tool should the Consultant use to display data and launch actions?
A. OmniScripts
B. FlexCards
C. Integration Procedures
D. DataRaptors
A business Implements FlexCards in their customer 360° view. The business wants to add a new action to on the FlexCards that redirects users to an external web page. Which type of action should the consultant recommend to meet this new requirement?
A. Redirect
B. Event
C. Navigate
D. URL
Explanation:
The type of action that the consultant should recommend to meet this new requirement is Navigate. A Navigate action is a button or a link that can redirect the user to another web page or URL. The consultant can use a Navigate action to add a new action to the FlexCards that redirects users to an external web page
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 1 out of 13 Pages |