A Salesforce administrator at a commercial real estate company needs to configure custom fields to support lead management and account tracking. The administrator must map a custom Lead picklist field, Property_Preference__c, to a custom Account field upon lead conversion. Additionally, the administrator must change an existing custom Text field on Account, Account_Tier_Notes__c, to a Picklist field while minimizing data issues for existing records. Which two actions must the administrator perform to fulfill these requirements? (Choose 2)
- Map the custom Lead picklist field to a custom Account picklist field in the Map Lead Fields setup interface.Answer
- Ensure all existing string values in the text field correspond to active picklist API values prior to converting the data type.Answer
- CMap the custom Lead picklist field directly to a standard Account field during lead conversion.
- DCreate a Roll-Up Summary field on the Account object that references a Lookup relationship to the Lead object.
- EDeactivate all existing Record Types on the Account object before modifying picklist field data types.
Answer
The administrator must map the custom Lead picklist field to a custom Account picklist field using the Map Lead Fields interface, and ensure that all existing text values in the Account text field correspond to active picklist API values prior to converting the field type.
Mapping custom lead fields requires creating a corresponding custom field on the destination object and configuring the field mapping in Object Manager. Furthermore, converting a field from Text to Picklist requires ensuring that legacy text values align with defined picklist API values to preserve data integrity across existing records.
Step-by-Step Solution
Key Concept
Custom Fields and Data Types
Estimated Time:1m 30s