Triggers
Triggers are a powerful tool for making your database system more automated. You can assign triggers on a database level (when opening a database), on a table level (when creating or updating a record) and on a field level (trigger on update).
Contents
- Table level: Simple autonumbering invoices
- Table level: Autonumbering invoices with filter
- Field level: Unit price when selecting product
- Field level: Payment date when selecting status
In our documentation you will find an illustrated step-by-step guide to the topic “Triggers”