Reply
Regular Visitor
RonG
Posts: 1
0

How do you execute an apex trigger on lead convert to an existing Account?

[ Edited ]

How would I execute an apex trigger on a lead conversion to an existing account? 

 

I've noticed that when I attached a lead to an existing account, it doesn't register as a merge so using the MasterRecordId on the afterdelete trigger doesn't seem to apply. 

 

Thanks, Ron. 

Trusted Contributor
crop1645
Posts: 359
0

Re: How do you execute an apex trigger on lead convert to an existing Account?

In SFDC, triggers on the converted objects - Account/Oppo/Contact are disabled by default.

 

To enable - https://help.salesforce.com/HTViewHelpDoc?id=customize_leadsettings.htm&language=en_US 

Eric