Skip to main content
I am instituting a 1-to-1 B2C model, maintaining the traditional account/contact structure isntead of using Person Accounts.  How can I trap when a user converts a lead and specify a different company name than whatever they may have input?
3 answers
  1. Feb 26, 2014, 8:15 PM
    You would have to add a trigger on the Lead record, and detect the setting of the ConvertedAccountID field.   When you get the AccountId, you'll know which Account record to retrieve to update the Name field.  The ConvertedAccountID field is set on the Lead as a result of a successful 'Conversion'. 
0/9000