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
hguhgu 

How to recover the converted leads?

I used the web service API to convert some leads to Contact & Account. But now they are needed to recover back to leads. Is there any web service API can do the recovery? If not, can I recover manually? and how to do that?
 
It's a big problem for me and I need to finish the issue as soon as possible, thanks a lot if you can give me any help!
benjasikbenjasik
You basically have to recreate them.  You should be able to do a soql query for convertedleads (filter on isConverted)
WELLS TECWELLS TEC
The best way to do this if you find that you need to change an account or contact back to a lead often would be to create a custom link and then delete the record. If you have access to the API you will also be able to go back and keep the activity history with that lead.