A developer has the following requirements:

A developer has the following requirements: • Calculate the total amount on an Order. • Calculate the line amount for each Line Item based on quantity selected and price. • Move Line Items to a different Order if a Line Item is not in stock. Which relationship implementation supports these...

July 28, 2023 No Comments READ MORE +

What should a developer use to satisfy this requirement?

Cloud kicks has a multi-screen flow that its call center agents use when handling inbound service desk calls. At one of the steps in the flow, the agents should be presented with a list of order numbers and dates that are retrieved from an external order management system in real...

July 28, 2023 No Comments READ MORE +

How can a developer check the test coverage of active Process Builder and Flows deploying them in a Changing Set?

How can a developer check the test coverage of active Process Builder and Flows deploying them in a Changing Set?A . Use the Flow properties page. B. Use the code Coverage Setup page C. Use the Apex testresult class D. Use SOQL and the Tooling APIView AnswerAnswer: D

July 27, 2023 No Comments READ MORE +

Which statement describes the execution order when trigger are associated to the same object and event?

Which statement describes the execution order when trigger are associated to the same object and event?A . Triggers are executed in the order they are created.. B. Trigger execution order cannot be guaranteed. C. Triggers are executed in the order they are modified D. Triggers are executed alphabetically by trigger...

July 27, 2023 No Comments READ MORE +

How should this be accomplished?

A developer is creating an app that contains multiple Lightning web components. One of the child components is used for navigation purposes. When a user click a button called.. component, the parent component must be alerted so it can navigate to the next page. How should this be accomplished?A ....

July 27, 2023 No Comments READ MORE +

What should a developer add to fulfill this requirement?

AW Computing tracks order information in custom objects called order__c and order_Line_ c - Currently, all shipping information is stored in the order__c object. The company wants to expand Its order application to support split shipments so that any number of order_Line__c records on a single order__c can be shipped...

July 27, 2023 No Comments READ MORE +

Which change should the developer make to ensure the integration is not affected with minimal impact to business logic?

A developer created a new trigger that inserts a Task when a new Lead is created. After deploying to production, an outside integration chat reads task records is periodically reporting errors. Which change should the developer make to ensure the integration is not affected with minimal impact to business logic?A...

July 27, 2023 No Comments READ MORE +

Which update should the developer make in the Flow?

An org has an existing Flow that creates an Opportunity with an Update Records element. A developer update the Flow to also create a Contact and store the created Contact's ID on the Opportunity. Which update should the developer make in the Flow?A . Add a new Get Records element....

July 26, 2023 No Comments READ MORE +

When creating the Apex method, which annotation should a developer use to ensure the method Can be used within the flow?

A Salesforce Administrator is creating a record-triggered flow. When certain criteria are met, the flow must call an Apex method to execute complex validation involving several types of objects. When creating the Apex method, which annotation should a developer use to ensure the method Can be used within the flow?A...

July 26, 2023 No Comments READ MORE +

Which three Considerations must the developer implement to make the method available within the Lightning web component?

Refer to the code snippet below: When a Lightning web component is rendered, a list of apportunities that match certain criteria shopuld be retrievved from the database and displayed to the end user. Which three Considerations must the developer implement to make the method available within the Lightning web component?...

July 26, 2023 No Comments READ MORE +