What parent JSON node name must be sent to a Calculation Procedure?
What parent JSON node name must be sent to a Calculation Procedure?A . inputB . InputC . inputsD . InputsView AnswerAnswer: C
What element does this?
in an OmniScript, you need to get data from a single field ina Salesforce record. What element does this?A . SelectB . HTTP ActionC . LookupD . DataRaptor Post ActionView AnswerAnswer: C
What do you need to do to make it work?
You want a child FlexCard to use the parent's data source. What do you need to do to make it work? Choose 2 answersA . You must select a data node in the Data Node field in the Properties panel on the parent FlexCardB . The same fields must be...
What could cause this error?
You configured a FlexCard with a DataRaptor data source which uses the params.id as an input. When you click View Data on the FlexCard, valid data displays. However, when you preview the layout, the FlexCard does not display. What could cause this error? Choose 2 answersA . The Data Node...
You are troubleshooting an Integration Procedure with two elements: a Remote Action named FetchCart and a Response Action named ResponseCart. In PREVIEW, what JSON node shows the data sent to the Remote Action?
You are troubleshooting an Integration Procedure with two elements: a Remote Action named FetchCart and a Response Action named ResponseCart. In PREVIEW, what JSON node shows the data sent to the Remote Action?A . ResponseCartDebugB . ResponseCartC . FetchCartDebugD . FetchCartView AnswerAnswer: C
What is the merge code you need for this Integration Procedure structure to pass a CaseNumber node from the DataRaptor Extract Action Single Book (DRReadCase) to the HTTP Action's HTTP Path URL?
What is the merge code you need for this Integration Procedure structure to pass a CaseNumber node from the DataRaptor Extract Action Single Book (DRReadCase) to the HTTP Action's HTTP Path URL? A . {{DRReadCase. CaseNumber}}B . %DRReadCase:CaseNumber%C . {{CaseNumben}D . HTTPGetCaseDetails: CaseNumberView AnswerAnswer: B
Which Calculation Matrix Version in the list would execute on2/15/2020 at 12:00 PM?
Which Calculation Matrix Version in the list would execute on2/15/2020 at 12:00 PM? A . Version Number 1B . Version Number 2C . Version Number 3D . Version Number 4View AnswerAnswer: D
Which question should you ask and answer before you make changes to the active version of the FlexCard?
You want to edit a FlexCard. Which question should you ask and answer before you make changes to the active version of the FlexCard?A . Is the FlexCard used anywhere else?B . Will the FlexCard only be used for testing?C . Where will the FlexCard be available to use?D ....
In an Integration Procedure, you need to perform a multi-step calculation on every element of an array. Based on best practices, what two methods are recommended? Choose 2 answers
In an Integration Procedure, you need to perform a multi-step calculation on every element of an array. Based on best practices, what two methods are recommended? Choose 2 answersA . Use a Calculation Action to call a Calculation Procedure.B . Use a Set Values Element inside a Loop Block.C ....
in a DataRaptor Extract JSON Path, which option below has the correct syntax for a relationship query for a native Salesforce record?
in a DataRaptor Extract JSON Path, which option below has the correct syntax for a relationship query for a native Salesforce record?A . Contact: Caseld:SubjectB . ContactCaseld. SubjectC . Contact:Caseld__rSubjectD . Contact:Caseld__r-SubjectView AnswerAnswer: D