A developer is configuring the API URL in an HTTP Action element within an Integration procedure.
What is the merge code syntax for passing a Date node from an element named SetValues in the URL?
An OmniStudio Developer needs an Integration Procedure that gets data from Salesforce, uses an Apex class to process the data, and then sends data to the entity that called the Integration Procedure. Which three elements provide this functionality?
An OmniStudio Developer has configured an OmniScript to be embedded in an external web application that is not Salesforce. What is the primary method used to embed the OmniScript in this external channel?
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?
An OmniStudio Developer needs to create a FlexCard that aggregates data from three different Salesforce objects: Account, Opportunity, and Case. Due to the complexity and the need for calculation logic, the developer decides to use a single Integration Procedure as the data source. What is the most crucial step the developer should perform when testing the FlexCard ' s data configuration in the designer?
An integration procedure contains a Remote Action element that calls a method of an APEX class. The method requires two fields are input: Account id and Product Id. The integration Procedure data JSON contains the following nodes:
How should the Remote Action element be configured to pass the data correctly to the method?
An OmniStudio Developer is using a Data Mapper Transform to convert an input JSON into XML. When testing the transform, the output is generated but the structure of the XML tags is flat, not nested as required by the schema. What should the developer evaluate in the Transform mapping?
An OmniStudio Developer has defined three different States on a FlexCard: Active, Warning, and Critical. The card ' s display must transition between these states based on the value of a field called RiskLevel, which contains Low, Medium, or High. Which FlexCard property controls which State is displayed at any given time?
An OmniStudio Developer attempts to deploy an Integration Procedure that calls a Remote Action Apex class. The deployment fails because the Apex class dependency is not found. What is the required action the developer must take?
A developer is building an OmniScript and needs to save to Salesforce and to an AWS Order Management system.
Which OmniScript element could save all of this data?
A developer is creating a FlexCard and needs to display additional information using a Flyout.
Which two types of components can the developer embed in the flyout?
Choose 2 answer
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)
The phone number of a Contact is changed in an OmniScript. What should an OmniStudio Developer configure to update the Contact record in Salesforce?
Refer to the following row-versioned calculation matrix.
The developer needs to delete the row that contains the Code CA-SF.
If the developer deletes that row in Version 3, whatis the result?
An OmniStudio Developer has built a process where the user has the option to update either the Billing Address or the Shipping Address, but not both. The Integration Procedure input includes updateBillingAddress and updateShippingAddress flags. To enforce the rule that at least one address is updated but prevent both updates, how should the developer structure the conditional logic in the Integration Procedure?
An OmniStudio Developer is troubleshooting an Integration Procedure with two elements: a Remote Action named FetchCart and a Response Action named ResponseCart.
In Preview, which JSON node shows the data sent to the Remote Action?
What two advantages does a DataRaptor Turbo Extract have over a standard DataRaptor Extract?
Choose 2 answers
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?
Coral Cloud Resorts wants to remove the Save for Later button from an OmniScript to simplify the user interface.
How should an OmniStudio Developer execute this configuration?
An OmniStudio Developer at Coral Cloud Resorts needs to modify an existing OmniScript. The script currently displays customer data, but a new requirement states that if the customer is a " VIP member " , a special offers section must appear. The data identifying a VIP member exists within the OmniScript ' s data JSON. The developer must choose between using an Integration Procedure to return different UI metadata or using a client-side OmniScript feature. Given the requirement to make this change efficiently without server-side processing, which approach should the developer take?
An OmniStudio Developer at Universal Containers is enhancing a FlexCard that displays account details. They have created a custom Lightning web component that visualizes account hierarchies. The business requires this custom Lightning web component to be displayed within the FlexCard to provide this visualization. How should the developer implement this requirement?
An OmniStudio Developer needs to display the following information together on one FlexCard:
• Account name, address, phone number, website
• Primary contact first name, contact last name, address, phone number, email
The account information must always be visible, and the contact information should only be visible as needed by the user.
Which approach should the developer use to display the contact information on the card?
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?
Refer to the exhibit below.
What is the reason that the fields fail to display the fetched data?
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 limit the output of a Data Mapper Extract to a maximum of one result.
How should the developer configure this?
A developer needs to display the following information together on one FlexCard:
* Account name, address, phone number, website
* Primary contact first name, contact name, address, phone number, email
The account information must always be visible, and the contact information should only be visible as needed by the user.
What approach should the developer use to display the contact information on the card?
What should a developer ' s first step be when troubleshooting whether a DataRaptor Extract is retrieving data?
An OmniStudio Developer is defining a formula in a Data Mapper to create a unique external identifier that combines the AccountName and the current DateTime. The formula output must be set as a new variable in the Data Mapper ' s JSON. What is the essential final step after defining the formula?
An OmniStudio Developer needs to ensure that a FlexCard displays correctly on small mobile screens by reducing the horizontal padding inside the card.
Which standard element styling property controls the space between the content and the element ' s border?
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?
Which two fields in an Integration Procedure can use a function like CONCAT or DATEDIFF?
Choose 2 answers
A developer needs to transform contact data into a JSON array.
Given the input JSON shown above, what are two ways a developer could configure a DATA Raptor transform to achieve the expected Output JSON? Choose 2 answers
An OmniStudio Developer needs to duplicate an existing Data Mapper and begin development on a new requirement that uses the original as a starting point. What is the most straightforward method to accomplish this?
An OmniStudio Developer creates a FlexCard that displays a contact ' s mailing address and needs to pass the contact ' s postal code to a child FlexCard.
How should the developer configure the attribute value on the parent FlexCard?
An OmniStudio Developer would like to use a tool within the browser-based OmniScript Designer to test the script ' s logic and data integration during the development phase.
Which tool should the developer use?
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?
A new team member at Coral Cloud Resorts will only be responsible for executing guided flows built with OmniScript. They do not need to create or modify any OmniStudio components.
To provide the minimum required access, what should an administrator configure for this user ' s account?
Which JSON from the DRGetAccountDetails action would display all six values correctly in the Omniscript structure shown?
BlkContacts is a Repeat Block.
An OmniStudio Developer is using a Data Mapper Transform. The source JSON has a field named Phone_Number, which is a string. The target JSON requires the field to be an array named ContactDetails containing a Phone object: { " ContactDetails " : [{ " Phone " : " ... " }]}. Which mapping technique is required?
An OmniStudio Developer needs to call an Apex method that handles complex custom authentication and token generation before any subsequent data retrieval.
Which Integration Procedure element allows the developer to execute this custom Apex logic?
An OmniStudio Developer needs to make a minor text change to an active OmniScript at Northern Trail Outfitters. What is best practice to ensure the change does not immediately impact end users who are currently running the script?
A developer needs to retrieve data from an external system that stores policy data. 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 known performance issues, which configuration should be used to implement the call to the external system?
Choose 2 answers
An OmniStudio Developer is configuring a button on a FlexCard to launch an OmniScript that allows the user to update a Case. The OmniScript requires the Case ID as input. The FlexCard ' s data JSON includes the Case ID as CaseId. How should the developer configure the OmniScript Action?
An OmniStudio Developer needs to build a Data Mapper Transform to send product pricing to a Calculation Procedure.
Given the JSON output below, which mapping in the Transform is correct for the Output JSON Path for the Base Price?
{
" input " : {
" ProductName " : " Text " ,
" ProductImage " : " Text " ,
" NumberofEmployees " : " Text " ,
" BasePrice " : " Text " ,
" Zip " : " Text "
}
}
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?
In a calculation procedure, what is required for the output of a calculation step to be used in an aggregation step?
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)