Triggers: Interactive

Interactive triggers are script modules that are executed in response to events associated with a specific object in a user interface component. They can be fired as a result of user actions, such as clicking a widget or changing its value. Alternatively, some triggers can be invoked by their corresponding macro or the callfieldtrigger ProcScript command.

For more information, see Interactive Triggers .

Activated by: User action or callfieldtrigger command

In Form components, also by the macro command

Execution: Asynchronous
Declared by: triggerTriggerName

webtriggerTriggerName (DSPs only)

Parameters allowed: Yes, although this depends on the trigger. Consult the trigger reference documentation for details.
Implementation: ProcScript

Web triggers: ProcScript declaration, JavaScript implementation

Related Topics