You need to sign in to do that
Don't have an account?

Mapping 1 custom lead field to 2 other objects (Opportunity and Contact Objects)
I need to map a custom text area field from the lead object to the opportunity (currently mapped) as well as the contact object. All the same field type and name.
All Answers
Please see instructions below.
1) Login to Salesforce with appropriate administrative privileges.
2) Navigate to Setup > Customize > Leads > Fields.
3) Scroll down to your custom fields and click Map Lead Fields.
4) For the custom text area field, choose the corresponding contact fields (denoted by “Contact:” before the field name) from the drop down.
5) When finished, click Save.
Hope this helps!
KF
Please try the below trigger and let me know if you face any issues
Test__c is Lead Custom Field.
Mapping to
Account_Lead__c in Account Object,
Contact_Lead__c in Contact Object,
Opportunity_Lead__c in Opportunity Object.
Thanks,
♔BoNi