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
rvkrvk 

How to convert accounts back to leads

Hi guys,

 

Is there any way to convert accounts back to leads using apex classes.

SFDCRRSFDCRR

create a custom button in the account page. 

 

when u select the button - pass the values from the active account page to new lead page - so this will take u to the new lead page and select save. 

 

 

jkucerajkucera

Note that you have to create a new lead as the existing lead will remain converted and will still appear in reports.