what can a DataRaptor Extract do?
A. Create data in multiple related objects
B. Extract data from a spreadsheet
C. Retrieve data from multiple related objects
D. Load data from external sources
Explanation:
A DataRaptor Extract can retrieve data from multiple related objects. A DataRaptor Extract is a tool that can read data from a Salesforce object or invoke a Salesforce API, using SOQL queries or Apex methods. A DataRaptor Extract can also use filters, joins, and formulas to manipulate the data. A DataRaptor Extract can retrieve data from multiple related objects by using lookup or master-detail relationships in the SOQL queries or Apex methods
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?
A. Salesforce list view with custom buttons/links
B. Multiple FlexCards with single action
C. OmnlScript with multiple Step elements
D. Single FlexCard with multiple actions
Explanation:
The OmniStudio tools that the consultant should use to design a solution to meet these requirements are: Single FlexCard with multiple actions. A FlexCard is a tool that can display data and actions in a card format. The consultant can use a single FlexCard to display the medical test reports for each patient, including the report name, date requested, and date generated. A FlexCard can also have multiple actions, such as buttons or links, that can invoke OmniScripts or Integration Procedures. The consultant can use multiple actions to enable the user to approve, print for review, or send for retest each medical test report
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 company has deployed an OmniScript that is working as designed. During the process, the OmniScript has multiple steps that allow the user to review lists of cases, contacts, quotes, orders, and contracts for an accour Eachstep uses DataRaptor Extract Actions to retrieve Salesforce data. However, the OmniScript is reaching performance limitations, and the development team warns that they may begin hitting Governor limits. Which two suggestions should the consultant propose to address this concern? Choose 2 answers
A. Replace the DataRaptor Extracts with DataRaptor Turbo Extracts
B. Add Limit filter in DataRaptor Extract
C. Combine the DataRaptors into an Integration Procedure
D. Add Order By filter in DataRaptor Extract
Explanation:
To improve the performance and avoid hitting Governor limits, the consultant should replace the DataRaptor Extracts with DataRaptor Turbo Extracts and combine them into an Integration Procedure. DataRaptor Turbo Extracts are optimized for speed and efficiency, and can retrieve large amounts of data without using SOQL queries. An Integration Procedure can execute multiple DataRaptor actions in one call, reducing the number of requests and processing time
The design team creates a mock-up proposal of an OmniScript for sales that includes more than 25 steps. Th consultant reviews the proposal and sees that the OmniScript will be used for three different and complex sal processes: change of plan, new sale, and loyalty. The user will select the type of sale at the beginning of the interaction, and then the OmniScript will branch into either change of plan, new sales, or loyalty processes. E process will contain multiple decision points for the user.
Following best practices, what should the consultant recommend to improve the planned design of this OmniScript?
A. Pass the process type as an input parameter.
B. Add more conditional views to branch the OmniScript into logical sections.
C. Add more Step elements to create shorter pages.
D. Create a specific OmniScript for each business process.
Explanation:
The consultant should recommend creating a specific OmniScript for each business process to improve the planned design of this OmniScript. Having one OmniScript for three different and complex sales processes will make the OmniScript too long and complicated, and will affect the performance and maintainability. Creating separate OmniScripts for each process will make them more manageable and user-friendly, and will also allow for more customization and flexibility
In an Integration Procedure, what group element will control whether an individual action executes?
A. Conditional Block
B. Cache Block
C. Try-Catch Block
D. Loop Block
Explanation:
The group element that will control whether an individual action executes in an Integration Procedure is Conditional Block. Conditional Block allows the designer to specify a condition that determines whether the actions inside the block will run or not. Cache Block is used to store data in memory for later use. Try-Catch Block is used to handle errors and exceptions. Loop Block is used to iterate over a collection of data.
Which two OmniScript components should the consultant recommend using to meet this validation requirement? Choose 2 answers
A. Messaging
B. Alert
C. Calculation
D. Formula
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. FlexCards and Integration Procedures
B. FlexCards and DataRaptors
C. OmniScripts and Integration Procedures
D. OmniScripts and DataRaptors
Explanation:
The consultant should design the solution using OmniScripts and Integration Procedures to meet these requirements. An OmniScript is a tool that can design customer interactions using elements and actions. The consultant can use an OmniScript to create the guided process for the customers. An Integration Procedure is a tool that can execute multiple DataRaptor actions, such as Extract, Transform, and Load, and also invoke REST or SOAP services. The consultant can use Integration Procedures to retrieve data from Salesforce as well as external systems, and store it in a JSON object for display or processing in the OmniScript
A consultant receives a requirement to display products installed at an account site in a customer's 360° FlexCard view. The business requires that the width of the fields displayed should change depending on the device used to view the FlexCard. For example, the Product Name and Model field elements should display at full width on mobile devices, but they should shrink to 60% on devices such as laptops and desktops. How should the consultant design the FlexCard to meet this requirement?
A. Enable the Responsive feature on the Product Name and Model field elements
B. Enable the Mobile-First feature in FlexCard settings
C. Create two states, one for mobile devices and another for non-mobile devices
D. Create two FlexCards, one for mobile devices and another for non-mobile devices
Explanation:
The correct way to design the FlexCard to meet this requirement is to create two states, one for mobile devices and another for non-mobile devices. States allow the designer to define different layouts and behaviors for the same FlexCard based on conditions. The width of the fields can be adjusted for each state using the Size property. Enabling the Responsive feature on the field elements would not change their width, but only their alignment. Enabling the Mobile-First feature in FlexCard settings would not affect the width of the fields, but only the order in which they are displayed. Creating two FlexCards, one for mobile devices and another for non-mobile devices, would create redundant code and maintenance issues.
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. Use flyouts
B. Use card states
C. Enable the Responsive property
D. Customize the styling
Explanation:
The two FlexCard features that the consultant should recommend to meet this requirement are: Flyouts and Responsive property. A Flyout is a pop-up window that can display additional information or actions for a FlexCard. The consultant can use a Flyout to show the list of past service dates for each product, without cluttering the main FlexCard. The Responsive property is a property that determines how a FlexCard adapts to different screen sizes and orientations. The consultant can enable the Responsive property to make the FlexCard display well on mobile devices, such as tablets or phones
A business wants to transform an existing process into a digital interaction using OmniScript. The process includes several steps. Some steps apply to all users, and other steps only apply to users depending on their responses to certain questions. The business does not want all users to have to go through all the steps. Which OmniScript feature should the consultant recommend to meet this requirement?
A. User Roles
B. Conditional Views
C. Script Configuration
D. Script Profiles
Explanation:
The OmniScript feature that should be recommended to meet this requirement is Conditional Views. Conditional Views allow the designer to create different paths within an OmniScript based on user responses or data values. User Roles are used to control access and visibility of OmniScripts based on user profiles or permissions. Script Configuration is used to define general settings and properties of an OmniScript. Script Profiles are used to assign different versions of an OmniScript to different user groups.
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. 2
B. 6
C. 5
D. 1
Explanation:
The number of different data sources that can be configured using FlexCards in this scenario is 6. A FlexCard can have one data source per state, and a state can have multiple child FlexCards, each with its own data source. Therefore, the parent FlexCard can have one data source for its state, and each of the 5 child FlexCards can have a different data source, making a total of 6 data sources
Page 2 out of 11 Pages |
Previous |