Activity Forums Salesforce® Discussions what is use of Database.convertLead() method in salesforce ?

  • what is use of Database.convertLead() method in salesforce ?

    Posted by Ayush on May 28, 2020 at 10:19 AM

    what is use of Database.convertLead() method in salesforce ?

    Marziya replied 6 years ago 4 Members · 3 Replies
  • 3 Replies
  • Deepak

    Member
    May 28, 2020 at 11:46 AM

    Database.convertLead() is used to convert a lead into an account, contact and an opportunity.

  • [adinserter block='9']
  • Kirandeep

    Member
    May 28, 2020 at 12:17 PM

    convertLead() is predefined method of Database class which Converts a lead into an account and contact, as well as (optionally) an opportunity.

  • Marziya

    Member
    May 28, 2020 at 1:12 PM

    The convertLead takes an instance of the Database. LeadConvert class as a parameter.

Log In to reply.