Question

Difficulty: Very hardLead Lifecycle and Lead Conversion

A Salesforce administrator at an industrial aerospace manufacturing company is configuring lead conversion settings to transfer custom qualification data from Lead records to Account and Opportunity records. The Lead object includes a custom picklist field, Deployment_Scope__c, which needs to populate corresponding target records upon conversion. Which two technical constraints and behaviors must the administrator consider when configuring Lead Custom Field Mapping and conversion settings?

  1. Custom fields on the Lead object can only be mapped to custom fields on the Account, Contact, or Opportunity objects.Answer
  2. If a target custom picklist field enforces restricted picklists, lead conversion will fail if the converted Lead contains a picklist value that is not active on the target picklist field.Answer
  3. C
    Custom Lead picklist fields can be directly mapped to standard Account picklists using standard Lead Custom Field Mapping if their data types match.
  4. D
    Converting a lead automatically dynamically assigns and activates missing picklist values within the target object's active Record Type picklist configuration.

Answer

The correct configurations to consider are that custom Lead fields can only be mapped to custom fields on target objects, and that target picklist fields enforcing restricted picklists will cause conversion to fail if the Lead contains an inactive or unlisted target picklist value.
Lead conversion mapping requires custom fields on the Lead to be mapped strictly to custom fields on Account, Contact, or Opportunity records. Furthermore, when converting data into custom target picklists with restricted picklists enabled, all values transferred from the Lead must exist as active values in the target picklist set; otherwise, the platform will block record creation and throw a conversion error.

Step-by-Step Solution

1
Analyze field mapping target rules in Salesforce Lead Custom Field Mapping setup.
Confirm that custom Lead fields can only map to custom fields on Accounts, Contacts, or Opportunities, and cannot target standard fields.
Salesforce architecture restricts Lead Custom Field Mapping targets strictly to custom fields on the recipient objects.
2
Evaluate data validation behaviors for picklist values during Lead conversion.
Determine that restricted picklist settings on target custom fields enforce value compliance upon lead conversion record creation.
If a target custom picklist has restricted values enabled, passing an non-existent value from the Lead causes record creation to throw a validation failure.
3
Evaluate distractor options regarding standard field targets and record type automation.
Eliminate claims that custom lead fields can map to standard fields or that record type picklist assignments update automatically.
Lead conversion never updates object metadata dynamically nor bypasses target field custom-to-custom mapping limits.

Key Concept

Lead Custom Field Mapping Restrictions & Picklist Validation Rules
Rate this question