A simple Salesforce Trigger framework

Well,this is another Salesforce Trigger framework but more simple. Usage AccountTriggerHandler.cls AccountTrigger.trigger In normal case. Stop and resume sObject Trigger in APEX code Stop and resume a TriggerHandler in APEX code SourceCode Download from Github That is all, Enjoy it!

read more

Salesforce Triggers and Order of Execution

Triggers and Order of Execution The following is copy from [Triggers and Order of Execution] for memo Triggers and Order of Execution When you save a record with an insert, update, or upsert statement, Salesforce performs the following events in order. ※Before Salesforce executes these events on the server, the browser runs JavaScript validation if […]

read more