What can a developer use to analyze and diagnose the problem in the Lightning Page?

A company has a Lightning Page with many Lightning Components, some that cache reference data. It is reported that the page does not always show the most current reference data . What can a developer use to analyze and diagnose the problem in the Lightning Page?A . Salesforce Lightning Inspector...

May 29, 2022 No Comments READ MORE +

In what order do the following operations execute?

Roll-up summary calculations In what order do the following operations execute?A . 1,2,5,6,4,3B . 1,5,6,2,4,3C . 1,2,4,5,6,3D . 1,6,5,2,4,3View AnswerAnswer: A

May 29, 2022 No Comments READ MORE +

What is the best approach to ensure the assigned reviewer obtains Read/Write access to the record?

Universal Containers implements a private sharing model for the Convention_Attendence_c custom object. As part of a new quality assurance effort, the company created an Event___Reviewer__c user lookup field on the object. Management wants the event reviewer to automatically gain Read/write access to every record they are assigned to. What is...

May 29, 2022 No Comments READ MORE +

What is the optimal syntax for adding a link to a case in a Visualforce page? (Choose two.)

What is the optimal syntax for adding a link to a case in a Visualforce page? (Choose two.)A . <apex:outputLink value="{$URLFOR($Action.Case.Open, case)}" target="blank"> {lease.Name} </apex:outputLink>B . <apex:outputLink value="/{!case.Id}" target="blank"> {lease.Name}</ apex:outputLink>C . <apex:outputLink value="{!URLFOR($Action.Case.View,case.Id)}" target="blank">(LIE{!case.Name}</apex:outputLink>D . <apex:outputLink value="!viewCase(case.Id)}" target="_blank">{lease.Name} </apex:outputLink>View AnswerAnswer: B,C

May 29, 2022 No Comments READ MORE +

Which feature should be used to implement these requirements?

A developer needs to send Account records to an external system for backup purposes. The process must take a snapshot of Accounts as they are saved and then make a callout to a RESTful web service. The web service can only receive, at most, one record per call . Which...

May 29, 2022 No Comments READ MORE +

What is the optimal way to implement this?

An org has a requirement that addresses on Contacts and Accounts should be normalized to a company standard by Apex code any time that they are saved. What is the optimal way to implement this?A . Apex trigger on Account that calls the Contact trigger to normalize the addressB ....

May 29, 2022 No Comments READ MORE +

What is the optimal solution for UC Loans to accomplish this?

UC Loans is a small company with a part time Salesforce administrator. UC Loans wants to create a Loan__c record whenever an Opportunity is won . What is the optimal solution for UC Loans to accomplish this?A . Quick ActionB . Apex TriggerC . Process BuilderD . Workflow RuleView AnswerAnswer:...

May 29, 2022 No Comments READ MORE +

Which of the following object types can be used with a Web Service?

Which of the following object types can be used with a Web Service?A . MapsB . SetsC . Pattern objectsD . Matcher objectsE . ListsF . Exception objectsView AnswerAnswer: E

May 28, 2022 No Comments READ MORE +

What are three benefits of using declarative customizations over code? Choose 3 answers

What are three benefits of using declarative customizations over code? Choose 3 answersA . Declarative customizations generally require less maintenance.B . Declarative customizations do not require user testing.C . Declarative customizations cannot generate run time errors.D . Declarative customizations will automatically update with each Salesforce release.E . Declarative customizations are...

May 28, 2022 No Comments READ MORE +

How can the developer meet these requirements?

A developer must create a custom pagination solution. While users navigate through pages, if the data is changed from elsewhere, users should still see the cached results first accessed. How can the developer meet these requirements?A . Use @Cache annotationB . Use a StandardSetControllerC . Use OFFSET in SOQL queriesD...

May 28, 2022 No Comments READ MORE +