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
SFDC User2382943SFDC User2382943 

Lead Conversion Visualforce Page that Allows "Attach to existing Contact"

There are a lot of great resources detailing how to customize the lead conversion process. One thing that I have not been able to find is the ability to redirect to the to the screen to allow the user to attach the lead to an existing contact, assuming they have already selected to attach to an existing account. Is this functionality possible? 
Bhawani SharmaBhawani Sharma
Yes, that would be possible. You can create your own VF page and serch for the existing contact. Set thsi contact in leadConvert.setContactId method.
Ramu_SFDCRamu_SFDC
See if this information at the below link helps

http://salesforce.stackexchange.com/questions/4209/can-i-programmatically-merge-leads-to-existing-accounts