Question: salesforce: 13.How should a developer create a new custom exception class? A. Public class CustomException extends Exception{} B. CustomException ex = new (CustomException) Exception(); C.

salesforce:

13.How should a developer create a new custom exception class?

A. Public class CustomException extends Exception{}

B. CustomException ex = new (CustomException) Exception();

C. (Exception) CustomException ex = new Exception();

D. Public class CustomException implements Exception{}

14.A developer is asked to set a Picklist field to Monitor on any new Leads owned by a subset of Users. How should the developer implement this request?

A. Create a lead Workflow Rule Field Update

B. Create an after insert Lead trigger

C. Create a Lead formula field

D. Create a before insert lead Trigger

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!