Event Global Constants

Use this form to define global constants that can be used by event handlers.

A global constant is defined as a named static value that event expressions can reference during processing.

EXAMPLE: You might have a one individual in your organization who is authorized to review and set customer credit limits. You can use an event global constant to refer to that individual and then use it in a variety of ways. You can set up events to:

Later, then, if that individual is replaced by another individual, all you have to do is change the reference on this form, so that all these actions involve the new individual.

For more information, see "About Event Global Constants" in the Guide to the Application Event System.


Related Topics

Events Overviews and Processes