Skip to main content
Kevin Nothstine 님이 #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개
  1. 2014년 2월 26일 오후 8: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