A Salesforce administrator at a global telecommunications enterprise configures Lead Custom Field Mapping to transfer data from a custom Lead picklist field, Service_Region__c, to a custom Account picklist field, Account_Region__c, upon lead conversion. During user acceptance testing, a sales representative converts a Lead into an Account assigned to a specific custom Record Type named 'Enterprise Account'. The conversion succeeds without throwing a platform error, but the Account_Region__c field on the resulting Account record is left blank, even though the Lead record had a valid value selected for Service_Region__c prior to conversion. Which of the following is the most likely cause of this issue?
- The picklist value selected on the Lead is not configured as an available value for the 'Enterprise Account' Account Record Type.Answer
- BCustom Lead picklist field mappings require an identical target mapping on the Opportunity object to populate Account picklist fields.
- CThe custom picklist conversion mapping failed because the default opportunity stage is missing from the user profile's active Sales Process.
- DThe custom Lead picklist field was not added to the Lead Record Type page layout, preventing the value from being read during conversion.
Answer
The picklist value selected on the Lead is not configured as an available value for the 'Enterprise Account' Account Record Type.
When converting a Lead into an Account, Contact, or Opportunity that uses Record Types, Salesforce validates mapped picklist values against the allowed picklist values for the target record's Record Type. If the value populated on the Lead is not selected as an active picklist value for the target Record Type (in this case, 'Enterprise Account'), Salesforce clears the field value on the newly created or updated record rather than throwing an explicit system exception.
Step-by-Step Solution
Key Concept
Lead Conversion Field Mapping and Record Type Picklist Restrictions
Estimated Time:2m 0s