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
ArikArik 

Mass Lead Convert

Any thoughts on how to do a Mass Lead Convert ?

 

Any Ideas Appreciated - that do not include, export import

Ritesh AswaneyRitesh Aswaney

BatchApex ?

You could write a BatchApex class which is scheduled to run periodically, selects  leads based on your conversion criteria and then uses Lead Conversion. (Database.LeadConvert)

 

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_dml_convertLead.htm