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
aaronmhallaaronmhall 

Need a "How To" on mass converting Leads to Accounts

We have data loader setup but can't seem to figure out how to do a mass convert of all leads and turn them into accounts. 

 

We want to make sure that when we convert them that all activities pull over as well. 

 

Can someone point me to (or give me) step-by-step instructions on how to accomplish this? 

 

Thanks

Shilpa_SFShilpa_SF

Hi,

 

  You could use a Batch Apex to mass convert large amount of Leads in to Accounts.The below link gives information in detail of how to implement a Batch Apex.

 

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