1.

What Are The Characteristics Of A Trigger?

Answer»

Triggers have the following characteristics:

  • Are only available for specific platform operations.
  • Triggers must be written in Java.
  • Can INVOKE any PROGRAM or module that can be called from Java.
  • Can be used with all FUNCTIONALITY that is supported by the OpenPages GRC Platform API.
  • Have access to the current user’s OpenPages session.
  • Are executed within the EXISTING transaction boundary of the original operation.
  • Can be configured to execute before or after the original operation execution.
  • When a user performs an operation that may have triggers, the framework determines which triggers are APPLICABLE and invokes them.

Triggers have the following characteristics:



Discussion

No Comment Found