Question

Difficulty: HardLead Lifecycle and Lead Conversion

A Salesforce administrator at a heavy equipment rental enterprise is setting up Lead Custom Field Mapping to support lead conversion. The sales operations team specifies that a custom picklist field on the Lead object named 'Equipment Class' must populate a custom field on the target Account record upon conversion. However, when configuring the field mapping under Lead Settings, the administrator observes that the desired custom Account field is missing from the target picklist field dropdown menu. What is the root cause preventing the Account field from appearing as a mapping target?

  1. The target custom field on the Account object was created as a Text data type instead of a Picklist data type.Answer
  2. B
    The custom Account field has not been assigned to the default Account Record Type used by the sales team.
  3. C
    The custom Lead picklist field has not been mapped to an active Sales Process on the Opportunity object.
  4. D
    The administrator forgot to select the field mapping checkbox inside the Lead Conversion Settings page before creating the field.

Answer

The target custom field on the Account object was created as a Text data type instead of a Picklist data type.
In Salesforce Lead Custom Field Mapping, custom fields on the Lead object can only be mapped to custom fields on the target Account, Contact, or Opportunity objects if their data types match. Specifically, a custom Picklist field on the Lead object must be mapped to a custom Picklist field on the target object. If the target Account field was defined as a Text data type, Salesforce automatically excludes it from the selection list for the Lead Picklist field.

Step-by-Step Solution

1
Analyze Lead Custom Field Mapping data type compatibility requirements in Salesforce.
Salesforce mandates that custom fields mapped from the Lead object to Account, Contact, or Opportunity objects must share the exact same data type (or compatible length for text fields).
Data type mismatches prevent target fields from showing up in the mapping setup interface.
2
Evaluate the data type of the source field on the Lead object.
The source field 'Equipment Class' is a Picklist field.
Source picklist fields require target fields on Account, Contact, or Opportunity to also be Picklist data types.
3
Identify why the target Account field is omitted from the administrative drop-down list.
If the custom Account field was configured as a Text field rather than a Picklist field, Salesforce filters it out of the available target choices.
Converting a picklist into a text field directly via mapping is unsupported in standard Lead field mapping.

Key Concept

Lead Custom Field Mapping Data Type Restrictions
Estimated Time:2m 0s
Rate this question