A Salesforce Administrator at a global telecommunications company has configured custom lead field mapping so that a custom picklist field on the Lead object, named Preferred SLA Tier, maps to a corresponding custom picklist field on the Account object, SLA Tier Level. During testing, sales representatives report that lead conversion fails with an error whenever they convert a lead into a new Account that uses the Enterprise Account Record Type. The lead conversion succeeds when converting leads into Accounts without a specific record type assignment. Which configuration issue is causing the conversion process to fail?
- The custom picklist value selected on the Lead is not enabled for the Enterprise Account Record Type on the Account object.Answer
- BCustom picklist fields on the Lead object cannot be mapped directly to custom picklist fields on the Account object during lead conversion.
- CThe Opportunity Stage associated with the converted lead is not linked to an active Sales Process assigned to the user's profile.
- DThe administrator mapped the Lead picklist field directly to a standard system field rather than creating a target custom field on the Account object.
Answer
The custom picklist value selected on the Lead is not enabled for the Enterprise Account Record Type on the Account object.
The correct answer highlights a common platform edge case: during Lead conversion, if a target record (such as an Account) is created with a specific Record Type, any mapped custom picklist value from the Lead must be valid and enabled in the picklist settings for that target Record Type. If the value selected on the Lead is missing from the target Record Type's available picklist values, Salesforce generates a validation/conversion error.
Step-by-Step Solution
Key Concept
Lead Conversion Field Mapping and Target Record Type Picklist Validation