Versions Compared

Key

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

Create a Trigger Function

To define a function as being a trigger function, use the TRIGGER parameter on the FUNCTION command.

...

As an aid to defining new trigger functions LANSA is shipped with the following Application Templates that can be used to form the base of a trigger function:

BBFLDTRIG

Field Level Trigger Function

BBFILTRIG

Table Level Trigger Function

...