function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
HNT_NeoHNT_Neo 

Map custom field in lead to Convert Lead "Account Name" field


I want to have the ability to map a custom field, i.e., Job Name, from the lead object, to map to the Account Name window (see screenshot)

Can anyone tell me how to accomplish this?

User-added image
Hargobind_SinghHargobind_Singh
Hi,

I dont think you can configure this, here is what salesforce help mentions:
 
When you convert a lead, the standard lead fields are automatically converted to the account, contact, and opportunity fields listed below. Custom lead fields are converted to custom account, contact, and opportunity fields as specified by your administrator.

However this could be accomplished by some clever coding, you could map Job Name 2 to a custom field, and then write a trigger on Account to replace name with your custom field if it is filled