How can an administrator meet this requirement?

Sales management wants a small subset of users with different profiles and roles to be able to view all data for compliance purposes. How can an administrator meet this requirement?A . Create a new profile and role for the subset of users with the View All Data permission.B . Create...

March 7, 2020 No Comments READ MORE +

What is the optimal way to fix this?

The test method above calls an @future method that increments the Number_of_Times_Viewed__c value. The assertion is failing because the Number_of_Times_Viewed__c equals 0. What is the optimal way to fix this?A . Change the initialization to acct.Number_Of_Times_Viewed__c = 1.B . Add Test.startTest() before and Test.stopTest() after AuditUtil.incrementViewed.C . Add Test.startTest() before...

March 6, 2020 No Comments READ MORE +

Which tool can an administrator use to troubleshoot this issue?

Users report that the Industry picklist field is no longer visible on account records. Which tool can an administrator use to troubleshoot this issue?A . Field audit historyB . Debug logC . Field history trackingD . Setup audit trailView AnswerAnswer: D

March 6, 2020 No Comments READ MORE +

How can this process be automated?

The VP of Sales wants to require that the Next Step field is always updated when an opportunity stage is changed. How can this process be automated?A . Create a validation rule with the following formula: AND( ISCHANGED(ISPICKVAL(StageName)), NOT ( ISCHANGED(NextStep)))B . Create a validation rule with the following formula:...

March 6, 2020 No Comments READ MORE +

What is wrong with it?

Consider the Apex controller above, that is called from a Lightning Aura Component. What is wrong with it?A . Line 1: class must be globalB . Lines 1 and 6: class and method must be globalC . Line 6: method must be staticD . Line 8: method must first serialize...

March 5, 2020 No Comments READ MORE +

How can an administrator meet this requirement?

Universal Containers wants only users from the sales department to have access to price books. How can an administrator meet this requirement?A . Create a sharing rule to share all price books to sales users.B . Manually share each price book to the sales users’ profile.C . Set the organization-wide...

March 5, 2020 No Comments READ MORE +

Which two values roll up the hierarchy to the manager for Collaborative Forecasting? (Choose two.)

Which two values roll up the hierarchy to the manager for Collaborative Forecasting? (Choose two.)A . Product quantityB . Quota amountC . Opportunity amountD . Expected revenueView AnswerAnswer: BC

March 5, 2020 No Comments READ MORE +

How can the user be granted edit permission for cases?

A user has a profile with read-only permissions for the case object. How can the user be granted edit permission for cases?A . Create a permission set with edit permissions for the case object.B . Create a sharing rule on the case object with read/write level of access.C . Create...

March 4, 2020 No Comments READ MORE +

What are two limitations to the data being returned by the Controller?

A developer wants to call an Apex Server-side Controller from a Lightning Aura Component. What are two limitations to the data being returned by the Controller? (Choose two.)A . A custom Apex Class can be returned, but only the values of public instance properties and methods annotated with @AuraEnabled are...

March 4, 2020 No Comments READ MORE +

Which dashboard feature should the Administrator use to meet this requirement?

The administrator at Universal Containers has been asked to create an account management dashboard displaying opportunities and activities for each of its top five clients. Which dashboard feature should the Administrator use to meet this requirement?A . Dashboard filterB . Dynamic dashboardC . Joined reports on a dashboardD . Matrix...

March 4, 2020 No Comments READ MORE +