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

An OmniStudio Developer needs to display the following information together on one FlexCard:

• Account name, address, phone number, website

• Primary contact first name, contact last name, address, phone number, email

The account information must always be visible, and the contact information should only be visible as needed by the user.

Which approach should the developer use to display the contact information on the card?

A.

Set the collapsible property on the Block element.

B.

Set the class= " collapsible " on the Block element.

C.

Use a conditional FlexCard State.

D.

Use a DataTable element.

An Integration Procedure that calls an external REST service via an HTTP Action fails with an authorization error, for example HTTP 401, when executed by a standard user. The OmniStudio Developer confirms the service API key is correct. Which security setting is the most probable cause of the failure?

A.

The user is missing the required API Access permissions on their profile.

B.

The Integration Procedure is configured as Chainable.

C.

The external service URL is not configured in Salesforce ' s Remote Site Settings.

D.

The Integration Procedure is missing a Set Values element.

Refer to the exhibit below. What is the merge code needed for this Integration Procedure structure to pass a CaseData node from the HTTP Action ' s output to the DataRaptor Transform Action?

A.

%HTTPGetDetails:CaseData%

B.

%DRXformCaseData: CaseData%

C.

{{ HTTPGetCaseDetails:CaseData}}

D.

{{CaseData}}

A developer is creating a FlexCard for a new Community page. The FlexCard will display case information along with actions to close the case and update the case, and it will be styled using the Community ' s theme.

What must the developer do to configure the FlexCard for deployment in a community?

A.

Set the Deployment property in Card Configuration to " Community "

B.

Add the FlexCard ' s API name to the FlexCard Player component

C.

Set the Target property in Publish Options to " CommunityPage "

D.

Configure the Component Visibility in the Custom Component

A developer needs to build a DataRaptor Transform to send current weather to both an OmniScript Card Layout. Which of these samples would be valid for the Expected Output JSON?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

An OmniStudio Developer is reviewing an Integration Procedure that is caching data. The Integration Procedure uses a Contextual Cache Key of AccountId. A call to the Integration Procedure with AccountId = ' 001A ' retrieves the cached data. If a subsequent call is made with AccountId = ' 001B ' , what is the expected caching behavior?

A.

The cache for 001A will be cleared.

B.

The Integration Procedure will fail because only one contextual key is supported.

C.

The cached data for 001A will be returned.

D.

The Integration Procedure will execute its actions and create a new cache entry for 001B.

Refer to the exhibit.

A developer has configured an integration Procedure element with SEND/RESPONSETRANFORMATIONS as shown.

Alternatively, how could the developer configure Additional input to send exactly the same data? Assume that the developer checked Send Only Additional input.

A)

B)

C)

A.

Option A

B.

Option B

C.

Option C

Ursa Major Solar has a FlexCard that displays customer account information. A requirement exists to show an Overdue status block only when the Account Balance field from the data source is greater than zero. How should the OmniStudio Developer implement this conditional visibility on the Block element?

A.

Add a rendering condition to the Block element that evaluates if Account Balance > 0.

B.

Configure a Filter in the Setup tab of the FlexCard.

C.

Create a new Card State that is active when the balance is positive.

D.

Use a Flyout action that only triggers when the balance is positive.

An OmniStudio Developer wants to adjust the spacing between a Text element and the Button element placed directly below it within a FlexCard. Which property, primarily used to control spacing between elements, should the developer modify on the Text element?

A.

Padding (Bottom)

B.

Layout

C.

Spacer

D.

Margin (Bottom)

A developer is creating a Flex Card for a new Community page. The FlexCard will display case information along with action to close the case and update the case. And it will be styled using the Community’s theme.

What must be developer do to configure the FlexCard for deployment in a community?

A.

Add the FlexCard’s API name to FlexCard Player component

B.

Set the Target property in publishing Options to the Community page’’

C.

Configure the Component visibility in the custom Component.

D.

Set the Developer property in Card Configuration to ‘’Community’’