function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
mahe_developermahe_developer 

Once lead qualifiied , approval process

Hi All,

 

 Can anybody help me, when ever lead is qualified  need to get approved by manager, tell me what are the steps, flow required to perform this task.

 

 

Thnaks in Adv..

 

Mahesh

kyle.tkyle.t

It depends on the business flow.  My initial thought would be to use two record types: 1. New Lead 2. Approved lead.

 

The new lead record type is associated with a page layout without the convert button.

The Approved lead recored type is associated with a page layout WITH the convert button.

 

the approval process would allow the user to submit a lead to a manager.  in the final approval step of  your approval process, unlock the record and update the record type to Approved Lead (and maybe send an email alert that the lead is approved for conversion).

 

When the user goes back to the lead there will be a convert button for them to click.