5.2 Lead Lifecycle & the Conversion Process
Key Takeaways
- A Lead represents an unqualified prospect or potential business inquiry captured via Web-to-Lead, marketing campaigns, bulk data imports, or manual entry.
- The Lead Status picklist tracks a prospect's qualification progress from initial contact to conversion or disqualification.
- Converting a Lead marks its status as Converted, locking the record as read-only and excluding it from standard search results and list views while preserving it for reporting.
- Lead conversion automatically maps data into three target records: an Account (new or existing), a Contact (new or existing), and an optional Opportunity.
- Custom Lead fields must be explicitly mapped to custom fields on Account, Contact, or Opportunity in Setup; unmapped custom field data is lost during conversion.
Lead Lifecycle & the Conversion Process
Quick Answer: The Lead object acts as an incubator for raw, unqualified prospects. Once evaluated and deemed qualified by sales reps, clicking the Convert button triggers the Salesforce conversion engine. This process transitions the Lead status to Converted, locks the Lead record as read-only, and maps its information into an Account (created or existing), a Contact (created or existing), and an optional Opportunity (which can be bypassed via a user checkbox). Custom Lead fields must be explicitly mapped in Setup, or their values will be lost upon conversion.
In business development, keeping raw marketing inquiries separate from verified customer records is vital for CRM health. If every trade show visitor or website form submission immediately generated an Account and Contact, the customer database would rapidly fill with duplicates, incorrect contact information, and obsolete records. Salesforce solves this challenge by treating the Lead object as a separate holding area for prospective customers.
Lead Capture & Qualification Channels
Organizations capture leads through a variety of automated and manual mechanisms:
+-------------------------------------------------------------------------+
| Lead Capture Channels |
| |
| [Web-to-Lead Form] [Campaign Members] [Data Import Wizard] |
| (Up to 500/day HTML) (Webinars & Events) (CSV Lists & Trade Shows) |
| | | | |
| +---------------------+----------------------+ |
| v |
| [New Lead Created in Org] |
+-------------------------------------------------------------------------+
- Web-to-Lead Forms: Native Salesforce functionality that generates standard HTML forms for corporate websites. When visitors submit the form, Salesforce automatically creates a new Lead record (handling up to 500 submissions per 24-hour period without custom development).
- Campaign Responses: Attendees who register for marketing webinars, trade shows, or digital advertisements are added as Campaign Members, either as new Leads or as existing Contacts if they are already customers.
- Data Import Wizard & Data Loader: Administrators and sales operations teams import bulk spreadsheets of prospects acquired through market research or industry partner directories.
- Manual Creation: Sales reps quickly type new leads into Salesforce after receiving direct phone calls or business cards.
The Lead Status Progression
The Lead Status picklist represents the operational stages of lead evaluation. A typical progression includes:
Open - Not Contacted: The lead is newly arrived and awaiting outreach.Working - Contacted: A sales representative is actively engaging the prospect via phone, email, or meeting.Closed - Converted: The lead has met qualification criteria and has been converted into active CRM records.Closed - Not Converted: The prospect lacks budget, interest, or purchasing authority, closing the inquiry without conversion.
Before converting a lead, sales representatives typically evaluate the prospect using qualification criteria such as BANT (Budget, Authority, Need, and Timeline). When a prospect possesses genuine commercial intent, the representative qualifies and converts the lead.
The Lead Conversion Mechanism
When a sales representative clicks the standard Convert button on a Lead record, Salesforce launches an automated conversion wizard. This action executes several critical data transitions simultaneously:
+--------------------------------------------------------------------------+
| Lead Conversion Mechanism |
| |
| [Lead Record] |
| | |
| Click "Convert" Button |
| | |
| +----------------------+----------------------+ |
| | | | |
| v v v |
| [Account] [Contact] [Opportunity] |
| - Create New OR - Create New OR - Create New Deal OR |
| - Attach to Existing - Attach to Existing - Check Box: "Do not |
| Account Contact under Account create opportunity" |
| | | | |
| +----------------------+----------------------+ |
| v |
| [Converted Lead Record Locked] |
| (Read-Only, Excluded from Global Search) |
+--------------------------------------------------------------------------+
1. Target Records Created or Linked
During the conversion dialog, Salesforce evaluates three target objects:
- Account (Organization):
- Create New: Salesforce creates a new Account record, using the Lead's
Companyfield as theAccount Name. - Attach to Existing: If Salesforce detects an existing Account with a matching name, or if the user searches for an existing company, the user can link the converted records to that existing Account instead of creating a duplicate.
- Create New: Salesforce creates a new Account record, using the Lead's
- Contact (Individual):
- Create New: Salesforce creates a new Contact record under the selected Account, mapping the Lead's
FirstName,LastName,Email,Phone,Title, and address fields. - Attach to Existing: If an existing Contact is matched (for example, by matching email address), the user can merge or attach activity history to the existing Contact.
- Create New: Salesforce creates a new Contact record under the selected Account, mapping the Lead's
- Opportunity (Deal Pipeline):
- Create New (Default): Salesforce creates a new Opportunity record named
<Company> -, providing an immediate sales tracking deal tied to the newly created Account and Contact. - Bypass Opportunity Creation: If the prospect is qualified as a legitimate organization and contact, but there is no current deal or project underway, the user can select the checkbox: "Do not create a new opportunity upon conversion". In this case, only an Account and Contact are created or linked.
- Create New (Default): Salesforce creates a new Opportunity record named
2. Status of the Converted Lead Record
What happens to the original Lead record once conversion completes?
- The Lead status field updates to a converted status value (such as
Closed - Converted). - The record is locked and becomes read-only for standard users.
- The record is hidden from standard search results, list views, and lookup dialogues to avoid cluttering daily sales navigation.
- The record is retained in the database for historical audit and reporting purposes. Organizations can run the standard report type "Leads with Converted Lead Information" to track conversion rates, lead source efficacy, and marketing return on investment.
- Standard users cannot edit or view the converted lead directly, but administrators with the specialized "View and Edit Converted Leads" system permission can access and update these records if necessary.
3. Rollover of Tasks, Events, and Interaction History
All open tasks, completed activities, scheduled meetings (events), and logged interaction history tied to the Lead are automatically migrated to the newly created Contact and Account. If a new Opportunity is generated during conversion, open tasks can also be associated with that Opportunity record, ensuring that context is never lost during handoffs between prospecting reps and closing account executives.
Custom Lead Field Mapping
One of the most heavily tested topics on Salesforce examinations is Lead Field Mapping. While standard fields (such as Company, Name, Phone, and Email) map automatically to standard fields on Account and Contact, custom fields on the Lead object do not map automatically.
+-------------------------------------------------------------------------+
| Setup -> Object Manager -> Lead -> Fields & Relationships |
| [ Map Lead Fields ] |
+-------------------------------------------------------------------------+
| Lead Custom Field | Target Object | Target Custom Field |
|------------------------+----------------+-------------------------------|
| Industry_Subtype__c | Account | Industry_Subtype__c |
| Preferred_Contact__c | Contact | Preferred_Contact__c |
| Deal_Budget_Range__c | Opportunity | Deal_Budget_Range__c |
+-------------------------------------------------------------------------+
Administrative Rules for Mapping Custom Fields
- Location in Setup: To configure custom field mapping, an administrator navigates to Setup > Object Manager > Lead > Fields & Relationships and clicks the Map Lead Fields button.
- Target Object Tabs: The mapping interface contains three distinct tabs: Account, Contact, and Opportunity. On each tab, the administrator chooses which Lead field populates each target field on that object.
- Data Type Compatibility: Custom fields can only be mapped to target fields with compatible data types, and the mapping page offers only compatible choices. For example:
- A Lead text field maps to a text field on the target object.
- A Lead picklist field maps to a picklist field.
- A Lead number field maps to a number field with the same length and decimal places.
- Data Loss Warning: If an administrator creates a custom field on the Lead object (such as
Budget_Authority__c) but forgets to map it to a target field in Setup, that data will NOT transfer during lead conversion. While the value remains saved on the locked, hidden Lead record, it will not appear on the new Account, Contact, or Opportunity.
Lead Conversion Troubleshooting & Edge Cases
The following table outlines common operational issues encountered during lead conversion and their administrative resolutions:
| Scenario / Issue | Underlying Root Cause | Administrative Resolution |
|---|---|---|
| Conversion Fails with Validation Error | A required custom field or validation rule on Account, Contact, or Opportunity is not satisfied by the incoming lead data. | Review validation rules. Administrators can configure validation rules to exempt conversion transactions using formulas, or ensure mapped lead fields supply mandatory data. |
| Duplicate Account Alert | Salesforce Duplicate Management detects an existing Account record with the same name or website. | In the conversion dialog, choose Attach to Existing Account rather than creating a duplicate organization record. |
| Missing Data on Converted Contact | Custom lead data was captured during prospecting but does not appear on the newly created Contact. | Verify custom field mapping in Setup > Object Manager > Lead > Fields & Relationships > Map Lead Fields. Confirm target fields exist and data types match. |
| Accidental Conversion | A sales representative converted a lead prematurely before completing phone qualification. | Salesforce has no native "Unconvert" button. The administrator must delete or deactivate the generated records and re-create the lead, or inspect the locked lead using administrative permissions. |
What happens to a Lead record in Salesforce immediately after a sales representative successfully completes the lead conversion process?
An administrator creates a custom picklist field called 'Customer Tier' on the Lead object. When sales reps convert leads, they notice that the Customer Tier value does not appear on the newly created Account records. What is the most likely cause of this issue?
A business development representative qualifies a lead as a verified contact at an established company. However, the prospect explicitly states that their organization has no current budget or open purchasing initiative this fiscal year. How should the representative convert the lead without adding an unnecessary pipeline record to sales forecasts?