Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- Apex Code Development
- :
- How do you execute an apex trigger on lead convert...
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
0
How do you execute an apex trigger on lead convert to an existing Account?
[ Edited ]Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-15-2012 11:50 AM - edited 11-15-2012 12:16 PM
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.
0
Re: How do you execute an apex trigger on lead convert to an existing Account?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-20-2012 06:04 PM
In SFDC, triggers on the converted objects - Account/Oppo/Contact are disabled by default.
To enable - https://help.salesforce.com/HTViewHelpDoc?id=custo
Eric

