Insert trigger name structure preference

Contains the structure (or template) you want to use to name insert triggers.

Values

A string describing the naming structure you want to use to name the generated insert triggers. The value MUST contain the string <Table> somewhere. It is replaced with the name of the table the trigger is generated for.

Default: <Table>InsertTrigger

Notes

When changed, you must execute the Create audit triggers menu option to regenerate triggers.