Which two methods should the developer implement to fulfill the business requirement?

Universal Containers recently transitioned from Classic to Lighting Experience. One of its business processes requires certain value from the opportunity object to be sent via HTTP REST callout to its external order management system based on a user-initiated action on the opportunity page. Example values are as follow ✑ Name...

April 3, 2023 No Comments READ MORE +

Which three Salesforce resources can be accessed from a Lightning web component? Choose 3 answers

Which three Salesforce resources can be accessed from a Lightning web component? Choose 3 answersA . SVG resources B. Third-party web components C. Content asset files D. Static resources E. All external librariesView AnswerAnswer: A,D,E

April 3, 2023 No Comments READ MORE +

Which security consideration should the developer be aware of?

A developer is migrating a Visualforce page into a Lightning web component. The Visualforce page shows information about a single record. The developer decides to use Lightning Data Service to access record data. Which security consideration should the developer be aware of?A . Lightning Data Service handles sharing rules and...

April 3, 2023 No Comments READ MORE +

Which update must the developer make in the flow?

n org has an existing flow that creates an Opportunity with an Update Records element. A developer must update the flow to aiso create a ‘Contact and store the created Contact's 1D on the Opportunity. Which update must the developer make in the flow?A . Add a new Get Records...

April 3, 2023 No Comments READ MORE +

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

April 2, 2023 No Comments READ MORE +

In the Lightning UI, where should a developer look to find information about a Paused Flow Interview?

In the Lightning UI, where should a developer look to find information about a Paused Flow Interview?A . On the Paused Row Interviews related List for a given record B. In the Paused Interviews section of the Apex Flex Queue C. In the system debug log by Altering on Paused...

April 2, 2023 No Comments READ MORE +

Which two automation tools should a developer recommend to meet these business requirements?

Universal Container uses Service Cloud with a custom field, stage_c, on the Case object. Management wants to send a follow-up email reminder 6 hours after the stage_c field is set to ‘’;Waiting on customer’’ The …. Administrator wants to ensure the solution used is bulk safe. Which two automation tools...

April 2, 2023 No Comments READ MORE +

What should a developer Implement to support these requirements?

Universal Containers has a support process that allows users to request support from its engineering team using a custom object, Engineering_Support__c. Users should be able to associate multiple engineering_Support__c records to a single Opportunity record. Additionally, aggregate Information about the Engineering_support__c records should be shown on the Opportunity record. What...

April 2, 2023 No Comments READ MORE +

How should this be enforced so that the component works for both users without showing any errors?

A developer is creating a Lightning web component to showa list of sales records. The Sales Representative user should be able to see the commission field on each record. The Sales Assistant user should be able to see all fields on the record except the commission field. How should this...

April 1, 2023 No Comments READ MORE +

What is the result of the following code?

What is the result of the following code?A . The record will not be created and a exception will be thrown. B. The record will be created and a message will be in the debug log. C. The record will not be created and no error will be reported. D....

April 1, 2023 No Comments READ MORE +