An OmniScript saves data to Salesforce and to an external system. What OmniScript element could save all this data?
A business needs to display installed products for field service technicians on service calls using a mobile device The installed product information must be summarized so the technician can seekey details at a glance. How the technician also needs to sometimes access a list of past service dates for each product.
Which two FlexCards features should the consultant recommend to meet this requirement?
Choose 2 answers
A health provider company is building a new application for its medical officers. The company wants to display medical test reports for patients. Medical test reports is acustom object, related to the Patients object. For e< patient, the company needs to list each medical test report including the report name, date requested, and d generated. From each medical test report, the user should be able to take the following actions:
• Approve
• Print for Review
• Send for Retest
Which OmniStudio tools should the consultant use to design a solution to meet these requirements?
How should the consultant design the OmniScript solution to allow the user to stop and resume a process at a later time?
N NO: 91
A company wants to create a new customer buying journey for their website. The buying journey should include the following functionality:
• Allow the user to enter contact and address information
• Require the user to enter age, gender, and optionally income bracket
• Compute a discount percentage per product based on the customer data provided
• Save the list of suggested products including discounts
Which three OmniStudio tools should the consultant use to design a solution that meets these requirements7
Choose 3 answers
A client wants to create an OmniScript to capture customer satisfaction. The process requires the following actions:
• Present the user with a customer satisfaction question that allows them to select one option from a 1-5 satisfaction rating.
• Create a case for an account team member to follow up.
• Email a summary message to the user.
Which OmniScript elements should the consultant recommend to meet these requirements'
When a customer calls to report a product issue, agents need to check all open cases related to that product to see if there are any solutions that can resolve the customer's issue. Products that have been purchased are stored as assets, and there is a lookup relationship from case to asset that allows cases to be linked to the products customers have purchased.
What type of DataRaptor can be used to retrieve a list of cases filtered by the customer's asset and the last service date of the asset?
A company needs a guided process for their internal support department that will provide the following functionality:
• Allow the user to enter their employee id
• Retrieve name, mobile phone, title, and email using the employee id
• Display the user's details on a page
• On another page, allow the user to enter case details, including subject, category, severity, and description
Which three elements should the consultant recommend to meet these requirements using an OmniScrip?
Choose 3 answers
A company is designing a new console for contact center
agentsto display case data for customers. All cases will be fetched using a
single DataRaptor. This page needs to display cases as follows:
* "Open" cases with case description, case open date, case type,
assigned to and priority fields. Open cases should be highlighted with
a red border.
* "Awaiting Closure" cases with case description, last action taken date,
resolution, approval reason for closure, and assigned to fields. These
cases should be highlighted with a grey border.
* "Closed" cases with case description, resolution, case closed date
fields with a link to duplicate cases.
How should the consultant design the FlexCard solution to meet these
requirements?
A company wants to create a guided process for their customers. The process needs to retrieve data from Salesforce as well as external systems, and the steps of the process will branch depending on input from the user. Users will complete the process in a single session.
How should the consultant design the solution to meet these requirements?
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?
ON NO: 39
A company has an existing OmniScript running in production. The business decides additional customer information is needed and wants to add more questions to the process.
What is the most efficient approach that the consultant can recommend to the business to meet this requirement?
A business wants to display cases for an account using FlexCards. The cases should be organized in a tabular list by case status, so that Escalated cases appear first, followed by Active and Closed cases.
Which FlexCard feature should the consultant recommend to meet this requirement?
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?
When designing OmniScripts, which three best practices should consultants recommend to increase user adoption?
Choose 3 answers
Which three of the following are functions of a Text Block element in OmniScript?
Choose 3 answers
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 business has a project that must be completed soon in order to meet important deadlines. However, the developer on the project has left the company, and the new team on the project has decided to use OmniStudio tools. The development work completed so far was done using APEX code. The new team must complete the project following these guidelines:
• Minimize implementation time
• Ensure end-user processes are as simple as possible
• Find a way to ensure optimal UX
In this scenario, what two actions should the consultant recommend to the project team'
Choose 2 answers
A company has account Information that they want to display to agents in a summarized view. For each account they want to display icons that allow the user to launch guided processes for frequent tasks. The processes a reused in other parts of the business.
Which three OmniStudio tools are needed to meet these requirements?
Choose 3 answers
An auto insurance company has different rates for each state in the country. The company needs to manage the rates separately, but the formula to calculate the premiums is the same. All the input and output are the same; only the values in the rating tables differ.
Which OmniStudio tool should the consultant recommend to meet this requirement?
which two of the following use cases are best solved using Calculation Procedures & Matrices?
Choose 2 answers
Which OmniStudio tool is optimized for performance and minimizes configuration time?
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 company has a requirement to create a 360° view of their customers using FlexCards. At this company, customer data is stored in Salesforce but also in external legacy systems. A consultant reviews the use cases needed and recommends a FlexCard canvas that contains 5 child FlexCards inside the state of the parent FlexCard.
How many different data sources can be configured using FlexCards in this scenario?
A company needs to generate invoices when contracts reach an approved status. Users should initiate the invoice generation process from the contract page, but the option should not appear until the contract reaches the approved status. After the invoice is generated, it should be sent to the customer for signature.
What three tools should be used in the solution the consultant recommends to meet these requirements?
Choose 3 answers
When designing OmniStudio solutions, what are two reasons that explain why Integration Procedures are recommended as the first choice of data sources for FlexCards and OmniScripts?
Choose 2 answers
In OmniScript, how can pages or groups of fields be controlled based on the choices made by the user?
Which element allows a user to retrieve data from a single field and display it in a dropdown list?