Trigger Management

The Trigger Management form generates INSERT and UPDATE triggers for tables in the specified range in the current application database.

Use the form if you have added custom columns to a standard table in your application or if you have added a custom table. The form generates or regenerates triggers with standard functionality from metadata supplied with the framework.

Insert and Update triggers on the tables are generated by the Trigger Management form. However, not all triggers on all tables are generated by this form. For example, if Iup and Del triggers are required for a table, they are loaded when the application is installed.

Note:  To prevent blocking, generation of triggers should be done only when no other users are logged on the application database.

You can regenerate triggers multiple times, as the result is identical for identical schemas and metadata.

For additional information, see the document Insert and Update Trigger Generation.