Skip to content

Instantly share code, notes, and snippets.

@adam17amo
Created May 7, 2018 05:59
Show Gist options
  • Select an option

  • Save adam17amo/38d0b36f0c306ec6bb915ebea40c2780 to your computer and use it in GitHub Desktop.

Select an option

Save adam17amo/38d0b36f0c306ec6bb915ebea40c2780 to your computer and use it in GitHub Desktop.
trigger LeadTrigger on Lead (before insert, after insert, before update, after update,
before delete, after delete, after undelete) {
new LeadTriggerHandler().run();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment