Winter Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

OmniStudio-Developer Exam Dumps - Salesforce Certified OmniStudio Developer (SU24)

Question # 4

A developer needs to display read-only contact information in a OmniScript. The developer will format the information as a table, using merge codes to dynamically include first name, last name, street address, state, postal, code, and country from the data JSON.

Which OmniScript element should the developer use to meet this requirement?

A.

Rich text Area

B.

Text area

C.

Text Block

D.

Edit Block

Full Access
Question # 5

On a FlexCard canvas, several fields display with Salesforce data, but one of the fields shows only the label. What could cause this?

A.

In the Setup Pabel, {recordId} is misspelled inthe Data Source Input Map.

B.

The field name in the FlexCard state does not match the DataRaptorExtract’s Output JSON Path name.

C.

In the FlexCard state, the Field type for the field does not match the type in the Salesforce record.

D.

There are No test Data test Parameters configured.

Full Access
Question # 6

A developer needs to change some field labels on aFlexCard. The FlexCard is currently deployed to production. The developer that the best course of action is to version the FlexCard rather than cloning it.

Which factor would lead the developer to this decision?

A.

The new version of the FlexCard will be used in a new Console, and the current version of the FlexCard should remain unchanged.

B.

Another team member is developing new actions, fields, and styling for the current version of the FlexCard.

C.

The new and current versions will be displayed togetheron the same target.

D.

All instances of the FlexCard must be updated with the changes.

Full Access
Question # 7

In an OmnoScript, a developer needs toconfigure a Disclosure element to require user input only if the user already checked a Non-Disclosure Agreement Checkbox.

How should the developer configure the conditional view to meet this requirement?

A.

Show element if true

B.

Disable read only if true

C.

Set element to optional if false

D.

Set element to require if true

Full Access
Question # 8

A developer is building a DataRaptor Load for an Integrate Procedure used in an OmniScript.

Based on best practices, how should the developer configure the Input JSON?

A.

Copy the Input JSON from the DataRaptor Acton Debug node.

B.

Build the Input JSON node by node m an editor.

C.

Copy the Input JSON from the OmniScript {Data} modal.

D.

Build the Input JSON node by node m the DataRaptor Designer.

Full Access
Question # 9

A developer creates a Flexcard that displays a contact’s mailing address and passes the contact’s postal code to a child FlexCard.

When configuration text elements in the child FlexCard, what syntax should a developer use to refer to the contact’s postal code?

A.

{Postalcode}

B.

{Parent.postalcode}

C.

{Records.postalcode}

D.

{Params.postalcode}

Full Access
Question # 10

A developer needs to create DataRaptor to retrieve the name of an account for a contact.

Following best practices, how should a developer configure the extraction steps?

A.

Define an extraction step for the Contact object and set the Extract JSON Path to Contact Account.Name

B.

Define extraction steps for the Contact and the Account objects, and set the Extract JSON Path to Contact Account.Name

C.

Define extraction steps for the Contact and the Account objects, and set the Extract 3SON Path to Account.Name

D.

Define an extractionstep for the Account object, and set the Extract JSON Path to AccountContact.Name

Full Access
Question # 11

A developer is configuring an integration Procedure Action in an OmniScript. The Omniscriptneeds 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.

Toast Completion

B.

Use Future

C.

Invoke Mode Fire and Forget

D.

Invoke Mode Non-Blocking

Full Access
Question # 12

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 thedeveloper checked Send Only Additional input.

A)

B)

C)

A.

Option A

B.

Option B

C.

Option C

Full Access
Question # 13

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

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

Given the external system’s known performance issues, which configuration 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.

Configure a Remote action with timeout settings of 120000

C.

Check the Chainable checkbox on the integration procedure Action in the OmniScript

D.

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

Full Access
Question # 14

A developer is building an OmniScript and needs to retrieve data from a single field in aSalesforce record.

Which OmniScript element does this?

A.

Lookup

B.

Select

C.

HTTP Action

D.

DataRaptorPost Action

Full Access
Question # 15

…… configure Additional input tosend exactly the same data? Assume that the develop checkedSend Only Additional input.

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 16

Which two fields in an Integration Procedure can use a function like CONCAT or DATEDIFF?

Choose 2 answers

A.

In Procedure Configuration, in a Tracking Custom Data value field.

B.

In a Remote Action, in a Remote Options value field.

C.

In a Remote Action, in an Additional Output value field.

D.

In a Response Action, in an Additional input value field.

Full Access
Question # 17

A developer is creating a FlexCard and needs to display additional information using a Flyout.

Which two types of components can the developer embed in the flyout?

Choose 2 answer

A.

An OmniScript

B.

An Integration Procedure

C.

A DataRaptor

D.

A Child FlexCard

Full Access
Question # 18

A developer writes an OmniScript that includes a DataRaptor that updates the Account status based on information provided from the OmniScript. The information must be updated only if the Account record already exists. Otherwise, a new account must be created.

How should the developer accomplish this task?

A.

Check the Upsert Key checkbox on the Account Status field

B.

Check the Upsert Key and Is Required for Upsert checkboxes on the Account Id field

C.

Populate the Lookup Object and Lookup Fields

D.

Check Overwrite Target for All Null Inputs checkbox on the Account Id field

Full Access
Question # 19

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}

Full Access
Question # 20

A developer writes an OmniScript that includes a DataRaptor that updates the Account statue based on information provided from the OmniScript. The information must be updated only if the Account record already exists. Otherwise, a new account must be created.

How should the developer accomplish this task?

A.

Populate the Lookup object and Lookup fields

B.

Check the Upset key and is required for Upsert checkboxes on the Account id field

C.

Check the Upsert key checkbox on the Account Status field

D.

Check Overwrite Target for all Null input checkbox on the Account id field

Full Access
Question # 21

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 implementthe 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

Full Access
Question # 22

An OmniScript updates data from one Salesforce record, but when it completes, only some of the data is updated in Salesforce. A DataRaptor Load saves the data. What error could cause this behavior?

Choose 2 answers

A.

Thefields that are not updated are read only in Salesforce.

B.

In the DataRaptor Load, in the Preview tab, the Record is from the wrong record type.

C.

The input JSON paths In the DataRaptor Load do not match the JSON from the OmniScript.

D.

ContextId is misspelled in the merge code that passes the Recordld to the DataRaptor

Full Access
Question # 23

A developer needs to use the CONTIF function to process data entered by the user in an OmniScript. The output of the function needs to be displayed to the user immediately in the current step.

Based on best practice, what element should the developer use this function in?

A.

A Calculation Action element

B.

A Set Values element

C.

A formula element

D.

A Range element

Full Access
Question # 24

A developer creates an Integration Procedure with a Set Values and a DataRaptor Extract Action that requires AccountId as a key. When thedeveloper previews the Integration Procedure, thedeveloper enters the AccountId correctly and execute the Preview. The developer sees the data extract by the DataRaptor in the Debug Log, but the response is empty.

What is the likely cause of this issue?

A.

The DataRaptor Action did not have the add response Ro Response JSON property set to true.

B.

The Response cannot be previewed directly.

C.

A Response Action was not added to the integration Procedure.

D.

The AccountId used for the preview is invalid.

Full Access
Question # 25

A developer creates a new FlexCardto display customer data and actions, such as updating billing information and changing the contact for the customer account. The FlexCard contains 10 fields and 5 actions.

During testing, several fields display with the correct data, but one of the fieldsshows only the label.

What could cause this?

A.

The fields have exceeded the maximum number allowed on the card.

B.

The field is null0 the Salesforce record.

C.

{recordld} us misspelled in the Data Source Input Map.

D.

There are no test parameters configured.

Full Access