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
What should your first step be in troubleshooting whether a DataRaptor Extract is retrieving data?
What should your first step be in troubleshooting whether a DataRaptor Extract is retrieving data?A . Go to the PREVIEW tab in OmniScript to test.B . Go to the Industry Console and reload the page to test.C . Deactivate the card and layout, and go to the PREVIEW tab for...
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
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 ....
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...
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
What could cause this?
On a FlexCard canvas, several fields display with Salesforce data, but one of the fields shows only the label. What could cause this?A . In the Setup Panel, {recordid} is misspelled in the Data Source Input Map.B . The card state only supports a limited number of fields for display.C...
What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BikContacts is a Repeat Block.
What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BikContacts is a Repeat Block. A . {"BlkContacts”: [ { “ContactPhone”: "(212) 169-1475", "ContactName™: "Edward Stamos” }, { "ContactPhone": "(212) 189-6979". "ContactName": "Leanne Tomlin" } J, "AccountPhone™ "2221546450", "AccountName" "Acme" }B . {"BlkContacts":...
If the email address of a Contact is changed in an OmniScript, which of the following should be configured to update the contact's record in Salesforce? Multiple Books
If the email address of a Contact is changed in an OmniScript, which of the following should be configured to update the contact's record in Salesforce? Multiple BooksA . A DataRaptor Transform that maps the new Email address to the old Email address field.B . A DataRaptor Extract that includes...
Why would you clone an Integration Procedure instead of versioning it?
Why would you clone an Integration Procedure instead of versioning it?A . The new Integration Procedure is Chainable.B . The new Integration Procedure is replacing stub data.C . The new Integration Procedure uses a Cache Block.D . The new Integration Procedure will be used independently.View AnswerAnswer: D