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
SF DEVSF DEV 

Upon converting lead how can i create only contact, no account record to be created.

From standard functionality of converting lead, how can i create only contact. No account records should be created.
I tried but account is mandatory, is there any way i can skip the creation of account and just create contact.
Anupam RastogiAnupam Rastogi
This is not possible using standard functionality. You need to override the Convert button functionality using custom code.
SF DEVSF DEV
Noted. Thanks Anupam
So, only way to be done is custom class and VF for it.  Let me try.