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
kladizkovkladizkov 

Lead Mapping to a Custom Object

HI,

 

I need to map lead fields to a custom object in salesforce. But, I don't see custom object fields getting listed in the mapping list. The only objects I see are Accounts, Contacts and Opportunities. How can I map lead fields to custom objects. Please help.

jkucerajkucera

You mean for lead convert?  How would you ensure there's always a record in the custom object created during convert?

 

Your best bet is to fire a trigger before update on Lead to update the fields on the custom object records desired.