When a Lead is converted to an Account, the Lead record type does not map over to the Account record type. Salesforce, by default, assigns the new Account the default record type of the converting user, ignoring the Lead's record type.
The Account record created through Lead conversion will not be based on the record type of the user who converted the Lead, instead it uses the default record type assigned to the profile of the specified record owner during Lead conversion.
Note: This article assumes that Lead record type names match the account record type names 1:1.
If they do not match the same concepts in the article can be applied however the Flow will need to be modified according to your business requirements.
Below are some known workarounds:
Create Required Fields on Lead and Account and Set Conversion Mapping
Use a Record Triggered Flow based on the Account Object to Set The Record Type
_______________________________________________________
Create Required Fields on Lead and Account and Set Conversion Mapping
Step 1: Create a Lead custom formula field:
RecordType.DeveloperName
Step 2: Create an Account custom text field:
Step 3: Setup Lead field mapping:
Use a Record Triggered Flow based on the Account Object to Set The Record Type
Below is a completed Flow showing three elements connected to a start element with an end element at the bottom:
Step 1: Create the Flow
| Condition | Field | Operator | Value |
| 1 | <Field you created on Account> | Is Null | {!$GlobalConstant.False} |
Step 2: Add the Get Records Element
| Condition | Field | Operator | Value |
|---|---|---|---|
| 1 | SobjectType | Equals | Account |
| 2 | DeveloperName | Equals | {!$Record.Account_Record_type_Lead_Conversion__c} |
Step 3: Add the Decision Element
| Condition | Field | Operator | Value |
| 1 | {!Get_Record_Type} | Is Null | {!$GlobalConstant.False} |
Step 4: Add Update Triggering Record Element
| Field | Value | |
| RecordTypeId | ⬅ | {!Get_Record_Type.Id} |
Step 5: Click Save at the top of the screen. Give the Flow a meaningful Flow Label and Description
Step 6: Click Debug and test the Flow as needed
Step 7: Once tested you can Activate the Flow
Note: In a similar way to Accounts this can be created to update the 'Opportunity' and 'Contact' record types.
See Also:
Map Custom Lead Fields for Lead Conversion
Create Custom Fields
Flow Builder Tour
Build a Flow
Build Flows with Flow Builder
000694751

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.