Forcetalks | vivek sahani | Activity https://www.forcetalks.com/vivek-sahani/activity/ Activity feed for vivek sahani. Wed, 01 Apr 2026 10:15:08 +0530 https://buddypress.org/?v=2.16.0 en-US 30 hourly 2 9e87c00c899815d30e39ba8180079a88 vivek sahani replied to the discussion How to convert lead using Salesforce Apex? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-convert-lead-using-salesforce-apex/#post-100109 Wed, 09 Feb 2022 12:00:13 +0530 Reply to How to convert lead using Salesforce Apex?

public class lead2webconvertHandler {

public static void leadInsert(List<lead> newRecords){
try {

list<database.leadconvert> listLeadConverts = new List<database.leadconvert>();
Database.LeadConvert leadObject = new Database.LeadConvert();
List<integer> IntList =…

Read more

]]>
980aab0972693df76f0c342a6dffd475 vivek sahani replied to the discussion How to convert lead using Salesforce Apex? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-convert-lead-using-salesforce-apex/#post-100108 Wed, 09 Feb 2022 11:59:03 +0530 Reply to How to convert lead using Salesforce Apex?

Good one William.. i got what i was looking for. Great Learning/ Thankx

]]>