Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Graph Databases In Action

Authors: Dave Bechberger, Josh Perryman

1st Edition

1617296376, 978-1617296376

More Books

Students also viewed these Databases questions

Question

2. Write two or three of your greatest weaknesses.

Answered: 1 week ago