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
MikeCloudMikeCloud 

Automatically converting lead to acct/Con/Opp when lead source equals a value from web to lead?

Whan a website lead comes in that will populate a lead source value.  When that happens I want that lead to automatically convert to a contact account opportunity.  Does anyone know how to trigger that.

sandeep@Salesforcesandeep@Salesforce

You need to write a trigger code over LEAD object where you can conver Lead in to contt/Acc/Oppty as per the condition you set. there are many code sample available for converting LEAD.