A developer creates an Integration Procedure with a Set values and a DataRaptor Extract Action that requires Accountld as a key. When the developer previews the Integration Procedure, the developer enters the Accountld correctly and executes the preview. The developer sees the dataextracted by the DataRaptor in the Debug Log, but the response is empty. What is the likely cause of this issue?
A. The Response cannot be previewed directly.
B. The DataRaptor Action did not have the Add Response To Response JSON property set to true.
C. A Response Action was not added to the Integration Procedure.
D. The Accountld used for the preview is invalid.
Explanation: The Add Response To Response JSON property on the DataRaptor Action indicates that the output of the DataRaptor should be added to the response JSON of the Integration Procedure. If this property is not set to true, the response will be empty even if the DataRaptor extracts data successfully.
A developer needs to limit the of a DataRaptorExtract to a maximum of one result. How should the developer configure this?
A. Define a formula with the Filter function
B. Use a Custom Output Type when creating the DataRaptor
C. Use the LIMIT filter on the Extract definition
D. Set the Limit Propertyon the Action that calls the DataRaptor Extract.
Explanation: Using the LIMIT filter on the Extract definition allows the developer to specify the maximum number of results to return from the DataRaptor Extract. Defining a formula with the Filter function is used to filter the results based on a condition. Using a Custom Output Type when creating the DataRaptor is used to define the structure of the output data. Setting the Limit Property on the Action that calls the DataRaptor Extract has no effect on limiting the results.
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?
A. BlockX.BlockYActionZ
B. ActionZ:BlockY:BlockX
C. ActionZ:BlockY:BlockX
D. BlockX:BlockY:ActionAZ
Explanation: The Send JSON Path syntax for accessing an element from an Integration Procedure structure is BlockName.ElementName. In this case, the BlockName is BlockX and the ElementName is ActionZ. The colon (:) is used to separate the input and output parameters, not the block and element names. The order of the block and element names should follow the hierarchy of the structure, from top to bottom.
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
Explanation: According to the OmniStudio Developer Guide, “To upsert a record, select the Upsert Key checkbox for the field that contains the unique identifier for the record. If you want to create a new record when no match is found, select Is Required for Upsert.” Therefore, the correct answer is B.
Refer to the exhibit below. What is the marge code needed for this integration procedure structure to pass a CaseNumber node from theDRReadCase DataRaptor Extract Action to the HTTP Action’s HTTP URL?
A. %DRReadCase: CaseNumber%
B. ((DRRCase, CaseNumber))
C. MTTOPDetCaseDetail: CaseNumber%
D. ((CaseNumber))
Explanation: The merge code syntax for passing data from a DataRaptor Extract Action to an HTTP Action is %DataRaptorName: NodeName%. In this case, it is %DRReadCase: CaseNumber%.
Page 8 out of 24 Pages |
Previous |