Page History
Trigger Concepts
A database trigger is a condition that is defined at the field or table level in the Repository. The trigger definition allows a function to be linked to a specific database operation and condition. The trigger function will be invoked automatically when a specific type of I/O operation occurs to a table and when a specific set of conditions are met.
...