A developer creates an OmniScript to update billing information. After analyzing the different types of customer interactions that occur at the company, the developer determines updating billing information should be included in the majority of customer interactions.
What should the developer use to configure the action that invokes the OmniScript?
A developer is creating a FlexCard for a new Community page. The FlexCard will display case information along with actions to close the case and update the case, and it will be styled using the Community's theme.
What must the developer do to configure the FlexCard for deployment in a community?
A developer needs to change some field labels on a FlexCard. The FlexCard is currently deployed to production. The developer that the best course of action is to version the FlexCard rather than cloning it.
Which factor would lead the developer to this decision?
An OmniScript updates data from one Salesforce record, but when it completes, only some of the data is updated in Salesforce. A DataRaptor Load saves the data. What error could cause this behavior?
Choose 2 answers
Refer to the exhibit.
What JSON code correct represent the step in the OmniScript Structure panel shown?
A)
B)
C)
D)
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 answers
A developer has an existing DataRaptorLoad 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 toset 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?
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 needs to use the COUNTIF function to process data entered by the user in an OmniScript. The output of the function needs to be displayed to the user immediately in the current step.
Based on best practice, which element should the developer use this function in?
Refer to the exhibit below.
In this Integration Procedure structure, which Send JSON Path should be used to send the output of the Action1 element to a Remote Action?
A developer needs to retrieve data from an external system that stores policy data. The external system supports REST APIs to access and update thepolicies. Due to the volume of the policy data and peak hours of business, calls to the REST APIs sometimes take longer than expected to respond.
The developer creates an Integration Procedure to retrieve the policy data for use in an OmniScript.
Given theexternal system's known performance issues, which two configurations should be used to implement the call to the external system?
Choose 2 answers
What should a developer's first step be when troubleshooting whether a DataRaptor Extract is retrieving data?
Which two of these options can a developer use to retrieve data from a Salesforce object?
Choose 2 answers
A company wants to allow agents to send customers a quote for signature. The quote is a document 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 OmniScript?
Which two fields in an Integration Procedure or Data Mapper can execute a function like CONCAT or DATEDIFF?
Choose 2 answers
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 contains all of its parent FlexCard’s records In a Datable How should the developer configure the parent FlexCard’s Node?
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 answers
Choose 2 answers
An integration Procedure uses an HTTP action to makea REST API call. The response from the REST API must be converted into a specific XML structure before sending it as an input to another external wen service.
How should the developer configure the Integration Procedure to meet this requirement?
Refer to the exhibit.
The card layout uses an integration Procedure as a data source. The cards use the layout data source.
Which JSON data structure supports this card layout and follows best practices?
A)
B)
C)
In an Integration Procedure, a developer needs to perform a multi-step calculation on every element of an array.
Based on best practices, what two methods are recommended?
Choose 2 answers
Refer to the exhibit below. What is the merge code needed for this Integration Procedure structure to pass a CaseData node from the HTTP Action's output to the DataRaptor Transform Action?
A developer needs to configure an Expression Set to calculate the sum of the entire BasePrice.
What is the most efficient way for the developer to meet this requirement?