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
SandysfSandysf 

Apex Code for lead Conversion

Hi i am working on lead conversion.I need to override the standard 'Convert' button given by salesforce with VisualForce page and write apex code for it. I need help in the following

1. There are many fields(Standard/Custom) in lead that need to be mapped to Account,Contact and Opportunity custom fields. 

2. I have a picklist field 'Commodity' on Lead screen which has values 'Gas', 'Electric' and 'Both'.

If 'Both' is selected on Lead Screen then 2 Opportunity records should be created one with Commodity as 'Gas' and another with Commodity as 'Electric'.

 

Please help me achieve this functionality.Thanks in Advance.

 

Neha AggrawalNeha Aggrawal
Hi,

If you are still looking for a solution, I have explored it in this post: https://initaura.com/override-standard-lead-conversion-in-salesforce/


Hope that helps.
Thanks and Regards, 
Neha Aggrawal
www.initaura.com - Everything Salesforce (https://www.initaura.com)