Skip to content

Instantly share code, notes, and snippets.

@lfreeland
Created February 22, 2019 16:12
Show Gist options
  • Save lfreeland/b4b42a4a66be07f755af020494fc02bf to your computer and use it in GitHub Desktop.
Save lfreeland/b4b42a4a66be07f755af020494fc02bf to your computer and use it in GitHub Desktop.
Trigger Syntax
trigger <trigger_name> on <Object_Name> (<event_list>) {
// Trigger Logic
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment