A project requires displaying data from a legacy system on a FlexCard. The external system is slow, taking more than 5 seconds for a response. The data only changes once a day.
Which configuration should an OmniStudio Consultant recommend to improve the user experience?
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?
When a customer wants to buy a new device, a discounted rate can be applied after considering the number lines and internet coverageon their current plan.
Which OmniStudio tool could a consultant recommend to get the discounted rate?
A specific Data Mapper Extract requires filtering by a custom field PolicyNumber__c. The table contains 5 million records.
Which recommendation should an OmniStudio Consultant add to the physical model design to support this Data Mapper?
A user needs to view and interact with FlexCards and OmniScripts but should not be able to edit them.
Which permission set is appropriate for this user?
A Data Mapper Extract retrieves a list of Cases. The requirement is to output the data in a specific, nested JSON structure:
{ " CaseDetails " : { " Info " : [...]}}
How should an OmniStudio Consultant define this complex output structure?
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 '
Which OmniStudio tool is optimized for performance and minimizes configuration time?
A company begins a project to unify its customer data across the enterprise. After completing the discovery t analysis phases of the project, the project team recommends FlexCards as the primary solution. The stake holder of the project are excited to move forward with this recommendation. However, IT is concerned that creating FlexCards will require custom coding and advanced technical skills they do not have on their team.
Which two features should the consultant highlight to address IT ' s concerns?
Choose 2answers
A company has a process that requires minimum age to purchase. Potential customers must fill in an application form. Rather than have someone fill in the entire form and be denied at the end, 2 consultant recommends using an Omniscript that will ask users to input their birthdate. If the user is younger than than
18 years, then the Omniscript needs to display a message stating " You must be 18 years or older to purchase" and also prevent users from continuing. If the user is 18 or older, then the Omniscript should allow them to proceed without any message.
Which two Omniscript components should the using to meet this validation requirement?
Choose 2 answers