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
CvrKCvrK 

Usually in realtime,In How many ways leads can be converted to Acounts,contacts and Opportunities9Optional)?

Hi,
Usually in realtime,In How many ways leads can be converted to Acounts,contacts and Opportunities(Optional)?

Thanks
 
Best Answer chosen by CvrK
Chandra Sekhar CH N VChandra Sekhar CH N V
Usually go with standard 'Convert to Lead' option in salesforce. However, this can also be cheived through REST API using 
LeadConvert() method.

All Answers

Chandra Sekhar CH N VChandra Sekhar CH N V
Usually go with standard 'Convert to Lead' option in salesforce. However, this can also be cheived through REST API using 
LeadConvert() method.
This was selected as the best answer
CvrKCvrK
Thanks....Chandra Sekhar...what i would like to know exactly is,,,the convertion would be done manually or through apex(trigger) etc.
Chandra Sekhar CH N VChandra Sekhar CH N V
Going by the first approach, you need to manually click on 'Convert to Lead' option for the conversion. Automation can only be done using code (either through apex/rest api).
CvrKCvrK
Hi Chandra sekhat,
if we are using apex for lead conversion,,is that mean,,batch apex or through triggers?
Chandra Sekhar CH N VChandra Sekhar CH N V
It will be through a trigger!!!