Page History
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 |
...