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

In an Expression Set, what is required for the output of a Calculation Step to be used in an Aggregation Step?

A.

It must be included in constants.

B.

It must be included in the output.

C.

It must be a calculation step.

When designing an OmniScript for a business process, what is best practice regarding the placement of data actions, for example Data Mapper Extracts, that retrieve data necessary for a step?

A.

Place all data actions in the OmniScript ' s Header.

B.

Place the data action on the same step to ensure the data is loaded before it is displayed.

C.

Place the data action in the step immediately following the data usage.

D.

Place the data action in a Set Values element.

A developer has a requirement to create a child FlexCard that contain all of its parent FlexCard’s records in a Datatable.

A.

{Records[0]}

B.

{Records}

C.

{Params records}

D.

{recordId}

An OmniStudio Developer uses an Integration Procedure that is cached. The developer needs to test a feature with fresh, uncached data without affecting the production cache for other users.

Which action should the developer take during testing?

A.

Pass a unique, throwaway value in a non-cache-key input parameter.

B.

Set the Integration Procedure ' s Cache Duration to 0 seconds and republish.

C.

Change the Integration Procedure ' s Type/SubType.

D.

Temporarily disable the Cache property and revert the change after testing.

An OmniStudio Developer would like to use a tool within the browser-based OmniScript Designer to test the script ' s logic and data integration during the development phase.

Which tool should the developer use?

A.

Salesforce CLI

B.

Vlocity Build Tool (VBT)

C.

Developer Console

D.

Debug Console (Test Panel)

A developer is configuring an Integration Procedure Action in an OmniScript. The OmniScript needs a JSON response from the Integration Procedure but does not need to wait for the response for the user to proceed.

Which feature should the developer enable?

A.

Use Future

B.

Invoke Mode Non-Blocking

C.

Invoke Mode Fire and Forget

D.

Toast Completion

A developer needs to retrieve data from an external system that stores policy data. The external system supports REST APIs to access and update thepolicies. Due to the volume of the policy data and peak hours of business, calls to the REST APIs sometimes take longer than expected to respond.

The developer creates an Integration Procedure to retrieve the policy data for use in an OmniScript.

Given theexternal system ' s known performance issues, which two configurations should be used to implement the call to the external system?

Choose 2 answers

A.

Set the Timeout property on the HTTP Action in the Integration Procedure

B.

Check the Chainable checkboxon the Integration Procedure Action in the OmniScript

C.

Configure a Remote action with timeout settings of 120000

D.

Check the Chain On Step checkbox on the HTTP Action in the Integration Procedure

A customer sets up to LWC Omniscripts, one embedded into another. Account is set in a Set Values element in the parent Omniscript.

The AccountId set in the parent Omniscript is used to another Set Values element ContextAccountid in the embedded OmniScript. The embedded Omniscript is activated.

While previewing the OmniScript flow from the parent, it is found that Account is set correctly in the parent OmniScript. However. ContextAccountId in the embedded OmniScript is not set with the AccountId from parent Omniscript. On previewing the embedded OmniScript individually, it is found that ContextAccountId is set correctly.

What is the reason for this? Refer to the exhibit below.

A.

Both parent and embedded OmniScripts have the same element name for the Set values element.

B.

A developer failed to include a Navigation Element to pass data from the parent OmniScript.

C.

The LWC PubSub Message flag in the Set Values action of the parent has not been set.

D.

The flag pass Data JSON in the parent OmniScript in not configured correctly.

An OmniStudio Developer at Universal Containers needs to build and modify OmniScripts and FlexCards. The developer is unable to access the OmniStudio designers. The administrator has already confirmed the user has a Salesforce license. Which items should the administrator assign to the user to grant the required access?

A.

The OmniStudio User permission set license (PSL) and the OmniStudio Admin permission set

B.

The OmniStudio Admin permission set license (PSL) and the OmniStudio Admin permission set

C.

The OmniStudio Admin permission set license (PSL) and the OmniStudio User permission set

D.

The OmniStudio User permission set license (PSL) and the OmniStudio Developer permission set

An integration procedure contains a Remote Action element that calls a method of an APEX class. The method requires two fields are input: Account id and Product Id. The integration Procedure data JSON contains the following nodes:

How should the Remote Action element be configured to pass the data correctly to the method?

A.

Check the Send Only Additional Input checkbox, and the following/ value pairs to Additional input:

B.

Set Return Only Additional Output to true, and add the following Key/Value pairs to additional input.

C.

Check the DataRaptor Transform checkbox, and add the following Key/Value pairs to Output JSON Path:

D.

Add the following to Send JSON Path: accountId: %Accountd% ProductId% Details Products%