What could cause this?

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...

February 26, 2023 No Comments READ MORE +

What is the most efficient way for the developer to meet this requirement?

A developer needs to configure a calculation procedure to calculation the sum of the entire Baseprice. What is the most efficient way for the developer to meet this requirement?A . Create a Postprocessor apex class to calculate the sum. B. Add an Aggregation Step as SUM (BasePrice) C. Add A...

February 25, 2023 No Comments READ MORE +

How should a developer configure the calculation procedure to conditionally execute the correct formula?

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?A . Use two separate Calculation Steps...

February 25, 2023 No Comments READ MORE +

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...

February 25, 2023 No Comments READ MORE +

How should the developer accomplish this task?

A developer writes an OmniScript that includes a DataRaptor that updates the Account status 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?A . Check the...

February 25, 2023 No Comments READ MORE +

Which action can the developer take to fix this?

A developer creates a DataRaptor Extract to retrieve data to pass to an external service. The external service expects the field value to be integer. However, the DataRaptor is sending it as a string. Which action can the developer take to fix this?A . In the DataRaptor Output tab, select...

February 24, 2023 No Comments READ MORE +

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 independently D. The new Integration Procedure is Chainable.View AnswerAnswer: C

February 24, 2023 No Comments READ MORE +

How should the developer implement the cancel functionality for all steps using the LWC OmniScript Designer?

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?A ....

February 23, 2023 No Comments READ MORE +

What OmniStudio tool pre-populates the data m a PDF used by an OmniScript?

What OmniStudio tool pre-populates the data m a PDF used by an OmniScript?A . A SOQL Query B. A DataRaptor Load C. A DataRaptor Extract D. A DataRaptor TransformView AnswerAnswer: D

February 22, 2023 No Comments READ MORE +

Given the external system's known performance issues, which two configurations should be used to implement the call to the external system?

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 business, calls to the REST APIs sometimes take longer than expected to...

February 22, 2023 No Comments READ MORE +