Bulk Lead Conversion

For Creating bulk lead Records follow below notes and code sniffet. Database.LeadConvert class: A lead is transformed into an account and contact or an account and person account, as well as (optionally) an opportunity, using the Database.LeadConvert It Has four class methods follow below notes convertLead() changes a Lead into a different kind of object. transforms a lead into an opportunity, contact, or account (optionally). LeadConvertResult Class: When using the convertLead Database method, an array of LeadConvertResult objects is returned. Each element in the LeadConvertResult array matches an element passed in the SObject array, the second element in the LeadConvertResult array matches the second element, and so on. This is because each element in the LeadConvertResult array corresponds to the sObject array passed as the SObject[] parameter in the convertLead Database method. The LeadConvertResult array has a single entry if a single sObject is supplied. UseCase ...