Definition
Convert in Salesforce refers to the Lead Conversion process, which transforms a qualified Lead record into an Account, Contact, and optionally an Opportunity. During conversion, the Lead's field data is mapped to the corresponding fields on the new records. The original Lead record is marked as Converted and is no longer editable. Lead conversion is a key step in the sales process that moves prospects from the marketing pipeline to the sales pipeline.
Real-World Example
a sales operations lead at Cobalt Ventures uses Convert to streamline deal management from prospecting through close. With Convert properly set up, sales managers can identify bottlenecks in the pipeline, coach reps on stalled deals, and allocate resources to the highest-potential opportunities.
Why Convert Matters
Lead Conversion is the process of transforming a qualified Lead record into the standard sales objects: an Account (the company), a Contact (the person), and optionally an Opportunity (the deal). Salesforce maps Lead fields to the corresponding fields on the new records during conversion, and admins can configure custom Lead field mappings to handle custom fields. Once converted, the Lead is marked as Converted and becomes read-only; it can't be edited or deleted through normal means.
Lead conversion is the key transition point in the sales process where a prospect moves from marketing-owned tracking (Leads) to sales-owned tracking (Opportunities). Good conversion practices include deduplicating against existing Accounts and Contacts before creating new ones, preserving Lead source and campaign history on the resulting Opportunity for attribution, and triggering downstream automation (like assigning the Opportunity to the right rep). Orgs typically customize the conversion flow through Apex or Flow to enforce business rules and integrate with other processes.
How Organizations Use Convert
- •Cobalt Ventures — Built a custom Lead conversion flow that checks for duplicate Accounts before creating new ones. If a matching Account exists, the Lead converts to a Contact on the existing Account; otherwise a new Account is created.
- •NovaScale — Preserves Lead source and original campaign on the converted Opportunity through custom field mappings. This enables accurate marketing attribution reporting that tracks revenue back to original Lead sources.
- •TrueNorth Software — Triggers an automated Flow on Lead conversion that assigns the new Opportunity to the right rep based on territory rules and sends a notification to the rep. The Flow turns conversion into a seamless handoff.
