Available in 1, 3, 6 and 12 Months Free Updates Plans
PDF: $15 $60

Test Engine: $20 $80

PDF + Engine: $25 $99

OmniStudio-Developer Practice Test


Page 6 out of 24 Pages

A developer creates a Flexcardthat displaysa 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}





D.
  {Params.postalcode}

Explanation:

The Params node contains the data that is passed from the parent FlexCard to the child FlexCard. The developer should use {Params.postalcode} to refer to the contact’s postal code in the child FlexCard.

A developer has a requirement to create a child FlexCard that contains all of its parent FlexCard’s records In a Datable How should the developer configure the parent FlexCard’s Node?


A. {Records {0}}


B. {Records}


C. {Params, records}


D. {Recorded}





B.
  {Records}

Explanation:

The Node field for the parent FlexCard should be set to {Records}, which is an array of all the records retrieved by the parent FlexCard data source. This will allow the child FlexCard to access the records and display them in a DataTable.

A developer is troubleshooting an Integration Procedure with two elements: A Remote Action named FetchCart and a Response Action namedResponseCart. In Preview, what JSON node shows the data sent to the Response Action?


A. FetchCart


B. Response


C. ResponseCartDebug


D. ResponseCart





D.
  ResponseCart

Explanation:

In Preview, the JSON node that shows the data sent to the Response Action is the name of the Response Action itself. In this case, it is ResponseCart. The other nodes show either the input data or the output data of the Integration Procedure.

A company wants to allow agents to send customers a quote for signature. The quote is adocument createdusing a DocuSign template that has been prefilled with all of the quote details. The document will be emailed to one or more recipients for signature. How should a developer configure this functionality in OmniScript?


A. DocuSign Envelope Action


B. PDF Acwm


C. DocuSign Signature Action


D. Email Action





A.
  DocuSign Envelope Action

Explanation:

A DocuSign Envelope Action can be used to create and send a document for signature using a DocuSign template. The developer can specify the template ID, recipient details, and prefill data in the action configuration

A developer creates a DataRaptor Extract to retrieve data to pass toan externalservice. The external service expects the field value to beaninteger. However, the DataRaptor is sending it as a string. Which action can the developer take to fix this?


A. In the DataRaptor Output tab, select the Output Data Type of that field toInteger.


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


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


D. In the DataRaptor Formula tab, define a formula using the function TOINTEGER and usethe formulaas output.





D.
  In the DataRaptor Formula tab, define a formula using the function TOINTEGER and usethe formulaas output.

Explanation:

The DataRaptor Formula tab allows the developer to define formulas using functions and operators to manipulate data. The TOINTEGER function converts a string value to an integer value. The developer can use this function to output the field value as an integer and use the formula as output


Page 6 out of 24 Pages
Previous