There are two types of triggers; database triggers and user-interface (UI) triggers. Database triggers allow you to perform validation or some other processing when data is read from to written to the database. UI triggers allow you to take some action when a UI event occurs (e.g. a user clicks on a button).
The Programming Handbook explains how triggers work far better than I could and it shows some examples. Have a look in there first and if you have any questions, come back to us in the forum.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.