Summer Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

A company has several customer support departments. Each

department has different case creation processes, but they want to unify

them into a single LWC OmniScript. During the discovery, the consultant

identifies two key requirements:

* Each department has different case fields they need to capture

* If the user cancels the process, they should return to a support

console app

Which two OmniScript features should the consultant recommend to meet

these requirements?

Choose 2 answers

A.

Enable the Save for Later feature

B.

Set Enable Cancel in Setup

C.

Use Conditional Views on steps for each department

D.

Add a Done action that redirects to the support console

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?

A.

Combine these actions into an Integration Procedure

B.

Change DataRaptors to extract single objects

C.

Add conditional views to the OmniScript

D.

Add reusable OmniScripts for each step

A company is designing a new console for contact center agents. The cards in the console need to display the following:

• " Open " cases with case description, case open date, case type, assigned to and priority fields. Open 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 alink to duplicate cases.

All cases will be fetched using a single DataRaptor.

How should the consultant design the FlexCard solution to meet these requirements?

A.

Using card session variables and a single FlexCard with multiple flyouts

B.

Using card session variables and multiple FlexCards

C.

Using card filter and a single FlexCard with multiple flyouts

D.

Using card filter and multiple FlexCards

A consultant is working on a project that requires the use of Omnistudio tools to automate complex business processes. The consultant is considering using Decision Matrices and Expression Sets.

What is the primary benefit of using Decision Matrices and Expression Sets in Omnistudio?

A.

They allow for calculations on matrix lookups and variables.

B.

They facilitate the creation of custom objects.

C.

They allow for the creation of custom fields.

D.

They enable the creation of custom code.

A business is creating an agent console with FlexCards to provide a 360° view of their customers. The business wants the following information displayed:

• Account information including account name, phone, and website

• Active opportunities related to the account

• Active contracts related to the account

• The ability to view and renew contracts

An Integration Procedure will be used to retrieve Account, Opportunity, and Contract data.

How should the consultant design the FlexCards to meet these requirements?

A.

Parent FlexCard with multiple Child and Card Actions

B.

Parent FlexCard with multiple Child and different Card States

C.

Parent FlexCard with single Child and multiple Card States

D.

Parent FlexCard with single Child and Card Actions

A company is creating a FlexCard for agents to respond to account inquiries. The company has decided to lim actions on the card to the three most frequent and important actions users typically take.

Based on the user analysis exhibit shown below, which three actions should appear on the card?

Choose 3 answers

A.

Verify a transaction

B.

Request higher limit

C.

View credit score history

D.

View statements

E.

Make a payment

A customer needs to store millions of Transaction records that are read-only and historical. They want to display this data in a FlexCard.

Which object design strategy supports this volume and use case?

A.

Store data in a long text field.

B.

Use Big Objects or External Objects.

C.

Use a standard custom object.

D.

Avoid storing the data.

which of the following are Integration Procedure Actions?

A.

Email

B.

OmniScript

C.

PDF

D.

Type Ahead

During a Data Mapper Load execution, a record locking error occurs.

What does this indicate about the data processing or volume?

A.

Individual record updates are failing due to a lack of field-level permissions.

B.

The target Salesforce record is currently being archived by a system job.

C.

The Data Mapper Load exceeds the maximum batch size for the object.

D.

Multiple concurrent processes are attempting to update the same record.

What is best practice regarding the number of fields returned by a data source to a FlexCard?

A.

Return all available fields to ensure future flexibility.

B.

Return all fields as a single concatenated value.

C.

Return fields in a standardized XML structure.

D.

Return only the fields required for display or processing.