A Salesforce administrator at a maritime freight logistics provider is configuring lead conversion settings. A custom picklist field on the Lead object, Shipping_Preference__c, is mapped to a custom picklist field on the Account object, Preferred_Service__c, using Lead Custom Field Mapping. During testing, sales representatives convert qualified leads, but the selected value in Shipping_Preference__c is consistently blank on the newly created Account record. Further investigation shows that the target field exists on the Account page layout, but the values are not visible under the Account record type assigned to the converting sales representative. Which administrative action will resolve this issue and ensure the picklist value populates correctly upon conversion?
- Edit the selected Account record type configuration to include the missing picklist values for the Preferred_Service__c field.Answer
- BRecreate the lead field mapping to convert Shipping_Preference__c into a custom text field on the Account object, because direct picklist-to-picklist mapping is unsupported across objects.
- CCreate a new Sales Process for the Account object and link the Shipping_Preference__c picklist values to the active stage lifecycle definitions.
- DRemove the custom field mapping on the Lead object and rely on default picklist value auto-provisioning across record types.