A developer need to configure a calculation procedure to calculation a subtotal using two different depending on whether the input Boolean variable is Customer is set to true or false.
How should a developer configure the calculation procedure to conditionally execute the correct formula?
A. Use two separate Calculation Steps with the Conditional Step property selected: use the ISTRUE(isCustomer) and NOT (ISTRUE) (isCustomer) functions in the Condition syntax.
B. Use two separate Calculation Steps with the Conditional Step property selected: reference just the isCustomer variable in the Conditional syntax (no comparison necessary)
C. Use two separate Calculation Steps with the Conditional Step property selected: compare the isCustomer variable directly to the literal true and false values in the Condition syntax.
D. Use a single Calculation Steps with IF statement directly in the formula definition to reference the isCustome variable and conditionally perform the appropriate calculation.
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}
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 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 the external 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 checkbox on 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 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}
Refer to the exhibit.
A developer creates an OmniScript display FirstName, LastName, and BirthDate of a contact using a Type Ahead Block. The DataRaptor used in the Type Ahead has been tested and fetches the correct data.
When previewing Omniscript, the developer enters a name in the Type Ahead and makes a selection of a contact from the list. However, the text fields FirstName. LastName, and BirthDate are not getting populated with the data.
What is the reason that the fields fail to display the fetched data?
A. Lookup Mode is not selected in the properties of the Type A Head Block.
B. Use Data JSON is not selected in the properties of the Type Ahead Block.
C. FirstName, LastName, and BirthDate are not placed inside the Type ahead Block.
D. The Typeghead ley is not in the correct format
Which two of these options can a developer use to retrieve data from a Salesforce object?
Choose 2 answers
A. A DataRaptor Load Action
B. A DataRaptor Extract Action
C. A Lookup Input Element
D. A DataRapt or Post Action
Refer to the following row-versioned calculation matrix.
The developer needs to delete the row that contains the Code CA-SF. If the developer deletes that row in Version 3, what is the result?
A. The row is delete only in Version 3.
B. The row is deleted In Versions 2 and 3 but will remain in Version 1.
C. The row is deleted in Version 3 and Version 1.
D. The row is deleted in all versions
A developer needs to transform contact data into a JSON array.
Given the input JSON shown above, what are two ways a developer could configure a DATARaptor transform to achieve the expected Output JSON? Choose 2 answers
A. Use a formula LIST(Contact), and add the output of the formula as the input in the Transform tab.
B. Set the Input JSON path as List(Contact) and the OutputJSON Path as Contact.
C. Set the Input JSON Path as Contact the out JSON Path as contact and output Data type as List.
D. Set the input JSON Path as Contact and the OutPut JSON Path as List (Contact)
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}}
Refer to the exhibit below. What JSON from the DRGetContactDeteils action would display all six values correctly in the shown? BlkCases is a Repeat Block, and the names of the elements are the same as the label names without spaces.
A. Option A
B. Option B
C. Option C
D. Option D