Skip to main content
Kevin Nothstine ha fatto una domanda in #Data Management
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 risposte
  1. 26 feb 2014, 20:15
    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