Question

Difficulty: MediumLead Lifecycle and Lead Conversion

A Salesforce administrator at a renewable energy enterprise is configuring Lead Custom Field Mapping. The administrator creates a custom picklist field named 'Inverter Compatibility' on the Lead object and wants to map its value to a custom field on the Contact object during lead conversion. However, the newly created custom field on the Contact object does not appear in the dropdown menu under Lead Custom Field Mapping. What is the most likely cause of this issue?

  1. The custom field on the Contact object was created as a formula field, which is read-only and cannot receive mapped data during lead conversion.Answer
  2. B
    The custom Lead field must be mapped to a custom Opportunity field before it can be mapped to a Contact field.
  3. C
    The custom picklist values for the Contact field have not been assigned to the active Contact record type.
  4. D
    The Sales Process assigned to the opportunity stage has not been linked to the Lead status picklist.

Answer

The custom field on the Contact object was created as a formula field, which is read-only and cannot receive mapped data during lead conversion.
In Salesforce, Lead Custom Field Mapping allows custom fields on the Lead object to be converted into custom fields on the Account, Contact, or Opportunity objects. However, target fields must be editable custom fields of compatible data types. Formula fields are read-only dynamically calculated fields, so Salesforce automatically excludes them from being selected as target fields in the conversion mapping interface.

Step-by-Step Solution

1
Analyze the lead conversion custom field mapping requirements
Lead custom fields can only be mapped to custom fields on Account, Contact, or Opportunity objects.
Target fields must be writeable custom fields with compatible data types.
2
Identify constraints on target custom fields during conversion mapping
Formula fields, system fields, and standard fields cannot be targeted for custom lead field mapping.
Formula fields derive their values dynamically and cannot accept static data inputs during record creation or conversion.
3
Determine the cause of the missing Contact target field in the mapping UI
The Contact field was created as a formula field, causing Salesforce to filter it out from the available mapping target options.
Only eligible, writeable fields of compatible data types appear in the Lead Custom Field Mapping dropdown.

Key Concept

Salesforce Lead Custom Field Mapping rules and target field eligibility restrictions
Estimated Time:1m 0s
Rate this question