OmniStudio-Developer Salesforce Certified OmniStudio Developer(WI23)

Loading demo links...

Showing 7–9 of 10 questions

Question 7

Refer to the exhibit below. In this Integration Procedure structure, what Send JSON Path would you use to send the output of the ActionZ element to a Response Action?

Select an option, then click Submit answer.

  • BlockX.BlockYActionZ

  • ActionZ:BlockY:BlockX

  • ActionZ:BlockY:BlockX

  • BlockX:BlockY:ActionAZ

Question 8

A developer creates a DataRaptor Extract to retrieve data to pass to an external service. The external service expects the field value to be integer. However, the DataRaptor is sending it as a string.

Which action can the developer take to fix this?

Select an option, then click Submit answer.

  • In the DataRaptor Output tab, select the Output Data Type of that field to Integer.

  • In the DataRaptor Output tab, enter the default value as 0 on the field.

  • In the DataRaptor Extract tab, set the Input Data Type field to Integer.

  • In the DataRaptor Formula tab, define a formula using the function TOINTEGER and use the formula as output.

Question 9

A developer creates an OmniScript to update billing information. After analyzing the different types of customer interactions that occur at the company, the developer determines updating billing information should be included in the majority of customer interactions, which are represented by more than 20 different FlexCards.

What is the most efficient way for the developer to configure the action that invokes the OmniScript?

Select an option, then click Submit answer.

  • As an OS Action

  • As a Custom Action

  • As an OmniStudio Action

  • As a Lightning Action