How to Map SFDC Standard Lead Field (Lead Status) on Conversion to Contact?
I want to map the Standard SFDC "Lead Status" field value upon conversion to a SFDC Contact. I realize that it's not possible to map a Standard SFDC Field like that directly and only can be done for Custom SFDC Fields.
I've had my SFDC Admin create a corresponding SFDC "Custom" Field on Contacts for "Lead Status." Now the question is how to map that - I was thinking to synch up the SFDC LEAD Standard Field "Lead Status" to a newly created SFDC Lead Custom Field "Lead Status" (whether through some type of workflow or apex trigger or something to make sure these two fields are always in synch realtime) and then I can then map the SFDC Custom Lead Field to the SFDC Custom Contact Field.
Or if there's something more simple/straightforward that would be great too - as I'm sure there's a couple different ways to do this. In the end the whole goal is to directly map over that "Lead Status" field when a SFDC Lead is converted.
Thanks!