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
beginner apexbeginner apex 

lead conversion to avoid duplicate values from contact

hi ,

 

create Lead , if lead is Converted automatically void duplicate from values from contact ,

 

Contacts fields

 

Firstname := shouldnot same(leadname)

 

Laastname := should not be same (lead name)

 

Email := should not same ;(lead phone )

 

den only lead will be convert

 

anyone can explain the concepts , related exampls

 

 

Thnax

Ganez

 

 

 

Vinita_SFDCVinita_SFDC

Hello Ganez,

 

Please refer following link which explains with example how to avoid duplicate leads on conversion:

 

http://www.salesforce.com/docs/developer/cookbook/Content/apex_dedupe.htm

JitendraJitendra
I will suggest to create custom Convert Lead button. After clicking on this, it should go to VF page where you can show duplicate records. And in that VF page have a something like "GO" button which will go to standard Convert Lead page.