Created
February 22, 2019 16:12
-
-
Save lfreeland/b4b42a4a66be07f755af020494fc02bf to your computer and use it in GitHub Desktop.
Trigger Syntax
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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