Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the trigger code, determine the name of the current trigger by having the this code just before invoking the trigger handler class: String triggerName = String.valueOf(this).split(':')[0];