Triggers: Difference between revisions

4 bytes added ,  24 September 2016
m
no edit summary
mNo edit summary
mNo edit summary
Line 3: Line 3:
'''''[[This page is incomplete, incorrect, in the midst of translation, and under development.]]'''''
'''''[[This page is incomplete, incorrect, in the midst of translation, and under development.]]'''''


A Trigger is a script that defines the processing of an entry based on the Event that took place. Trigger scripts are written in [https://developer.mozilla.org/en-US/docs/web/JavaScript JavaScript]. When a trigger script is executed, it may change an existing entry, create a new entry, execute an http request, create a file, perform data validation, etc.
A Trigger is a script that defines the processing of an entry based on an Event that has taken place. Trigger scripts are written in [https://developer.mozilla.org/en-US/docs/web/JavaScript JavaScript]. When a trigger script is executed, it may change an existing entry, create a new entry, execute an http request, create a file, perform data validation, etc.


=== Terminology ===
=== Terminology ===