In an OmniScript, a developer needs to configure a Disclosure element to require user input only if the user already checked a Non-Disclosure Agreement checkbox.How should the developer configure the conditional view to meet this requirement?
A developer needs to configure a DataRaptor to retrieve data from a single object. The structure of the output data does not need to be changed.Following best practices, which type of DataRaptor should the developer use?
A customer has a new Engagement Manager who is going to be the new Primary Contact for the Account.What type of mapping does a DataRaptor Load use to create the new contact and then add it as the new Primary Contact?
A developer creates an Integration Procedure with a Set Values and a DataRaptor Extract Action that requires AccountId as a key. When the developer previews the Integration Procedure, the developer enters the AccountId correctly and executes the preview. The developer sees the data extracted by the DataRaptor in the Debug Log, but the response is empty.What is the likely cause of this issue?
A developer builds a new OmniScript. It contains a Set Values element with a ContextId key/value pair that was used during testing.What should the developer do before moving the OmniScript to a production org?
A developer is creating an OmniScript that provisions trial orgs to their customers. The following text block in the OmniScript uses a merge code to display the ID for the new trial org:Welcome to Salesforce!Your ID is %Details:Customer|0:ID%During testing, the developer notices that the ID does not display. The data JSON is structured as shown below.How should the developer correct the merge code in order for the ID to display?