MoreExam
1. Question Content...
EXPLANATION
Answer: X - EXPLANATION Content.
Question1: Refer to the exhibit.What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BlkContacts is a Repeat Block.A)B)C)D)
Question2: A company wants to allow agents to send customers a quote for signature. The quote is a documents created using a DocuSign template that has been prefilled with all of the quote details. The document will be emailed to one or more recipients for signature.How should a developer configure this functionality in an OmniScript?
Question3: A developer is building an OmniScript and needs to retrieve data from a single field in a Salesforce record.Which OmniScript element does this?
Question4: 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 SalesforceYour ID is %Details: Customer10: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?
Question5: 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?
Question6: A developer needs to create a list of cases for an account in a single Datable in a FlexCard. Like the one shown below.How can the developer configure the FlexCard to display the case records in this way?
Question7: A developer is building a DataRaptor Load for an Integrate Procedure used in an OmniScript.Based on best practices, how should the developer configure the Input JSON?
Question8: A developer has a requirement to create a child FlexCard that contain all of its parent FlexCard's records in a Datatable.
Question9: A developer is creating a FlexCard for a new Community page. The FlexCard will display case information along with action to close the case and update the case. And it will be styled using the Community's theme.What must be developer do to configure the FlexCard for deployment in a Community?
Question10: 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?
Question11: Refer to the exhibit.All inputs to the Calculation Matric are set correctly.The Calculation Matrix has the following input:What is the output?
Question12: Refer to the exhibit below. A developer has configured an integration Procedure element with Additional input.Alternatively, how could the developer configure SEND/RESPONSE TRNSFORMATION to send exactly the same data? Assume the developer has un-checked Send Only Additional input.A)B)C)D)
Question13: Which calculation procedure version in the list would execute on 2/15/2020 at 12:00 PM?
Question14: A developer has an existing DataRaptor Load that insert Contact records with inputs as LastName and firstName. The DataRaptor works as expected when previewed.The developer creates an integration Procedure to test the DataRaptor and is using a SetValues element in the Integration Procedure to set the first name and last name for the contact record. The DataRaptor and Integration Procedure are set up as shown in the exhibit below.When the developer executes the Integration procedure in preview, the following error message displays: Required fields are missing: [last Name]'', How should the developer address this issue?
Question15: A developer creates a new FlexCard to display customer data and actions, such as updating billing information and changing the contact for the customer account. The FlexCard contains 10 fields and 5 actions.During testing, several fields display with the correct data, but one of the fields shows only the label.What could cause this?
Question16: A developer need to configure a calculation procedure to calculation a subtotal using two different depending on whether the input Boolean variable is Customer is set to true or false.How should a developer configure the calculation procedure to conditionally execute the correct formula?
Question17: A developer needs to build a DataRaptor Transform to send current weather to both an OmniScript Card Layout. Which of these samples would be valid for the Expected Output JSON?A)B)C)D)
Question18: What should a developer's first step be when troubleshooting whether a DataRaptor Extract is retrieving data?
Question19: A developer needs to build a multi-step intake form. Each step must allow the user to cancel the intake at any time. The developer is using an LWC OmniScript to build the form.How should the developer implement the cancel functionality for all steps using the LWC OmniScript Designer?
Question20: Refer to the exhibit.A developer has configured an integration Procedure element with SEND/RESPONSE TRANFORMATIONS as shown.Alternatively, how could the developer configure Additional input to send exactly the same data? Assume that the developer checked Send Only Additional input.A)B)C)
Question21: When launching an OmniScript from an action on a FlexCard, the OmniScript displays, but no Salesforce data is populated:Which two errors could cause this behavior?Choose 2 answersChoose 2 answers
Question22: What two advantages does a DataRaptor Turbo Extract have over a standard DataRaptor Extract?Choose 2 answers
Question23: 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?
Question24: A developer needs to retrieve data from an external system that stores policy dat a. The external system supports REST APIs to access and update the policies. Due to the volume of the policy data and peak hours of hours of business, calls to the REST APIs sometimes take longer than expected to response.The developer creates an Integration Procedure to retrieve the policy data for use in an OmniScript.Given the external system's knows performance issues, which configuration should be used to implement the call to the external system?Choose 2 answers