A developer has a requirement to create a child FlexCard that contain all of its parent FlexCard’s records in a Datatable.
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}View AnswerAnswer: B
What is the reason that the fields fail to display the fetched data?
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...
Which two in an integration Procedure or DataRaptor can execute a function like CONCAT or DATEDIFF? Choose 2 answers
Which two in an integration Procedure or DataRaptor can execute a function like CONCAT or DATEDIFF? Choose 2 answersA . In a Set Values Action in a Value field.B . In a DataRaptor in an Output Tab Output JSON Path.C . In a DataRaptor Action in an Input Parameters value...
What is the reason for this?
Refer to the exhibit below. What is the reason for this?A . The WLC PubSub Messge flag in the Set Values action of the parent OmniScript has not been set.B . The flag passData.JSON in the parent OmniScript in not configured correctly.C . A developer failed to include a Navigate...
What is the reason for this?
A customer sets up to LWC Omniscripts, one embedded into another. Account is set in a Set Values element in the parent Omniscript. The AccountId set in the parent Omniscript is used to another Set Values element ContextAccountid in the embedded OmniScript. The embedded Omniscript is activated. While previewing the...
Which two of these options can a developer use to retrieve data from a Salesforce object? Choose 2 answers
Which two of these options can a developer use to retrieve data from a Salesforce object? Choose 2 answersA . A DataRaptor Load ActionB . A DataRaptor Extract ActionC . A Lookup Input ElementD . A DataRapt or Post ActionView AnswerAnswer: B,D
Why would a developer clone an Integration Procedure instead of versioning it?
Why would a developer clone an Integration Procedure instead of versioning it?A . The new Integration Procedure uses a Cache Block.B . The new Integration Procedure it replacing stub data.C . The new Integration Procedure will be used independentlyD . The new Integration Procedure is Chainable.View AnswerAnswer: C
Which two configuration actions should the developer take to set this up in the DataRaptor Load?
A developer is configuring a DataRaptor Load to Save contract data. The developer needs to set the record type of the contact using DeveloperName. Which two configuration actions should the developer take to set this up in the DataRaptor Load?A . Check is Lookup property when mapping the fields.B ....
Which two configuration errors could cause this?
An OmniScript displays data from an API using Integration Procedure, but some of the data is missing. Which two configuration errors could cause this? Choose 2 answersA . The element name for the missing data does not match the JSON node key in the Integration Procedure Response.B . The Integration...
Which two Location should the developer check to troubleshoot the issue?
Users receive an APEC CPU limit Exceeded error when running an OmniScript in a Salesfoce Community. The OmniScript includes an Integration Procedure that contains two DataRaptors. Which two Location should the developer check to troubleshoot the issue? Choose 2 answersA . Script configurationB . Community logsC . DataRaptor configurationD ....