Application DesignTriggers

A trigger is a part of a business rule component that controls if and when that business rule component is run.

Best Practice

Use priority values to control the execution order of business rule components. Additionally, within a business rule it is recommended that you list peer business rule components in execution order so that the business rule will be easier for others to understand.

The following is the syntax for a trigger.

Important! Content in a business rule is case sensitive. This includes business rule component names, attributes, and values.

ClosedAbout the syntax documentation

<triggers>

<trigger eventTrigger="ENQUEUE|PRINTJOBDETAIL|LABEL|Custom_Event" priority="integer" propagation="NONE|BEFORE|AFTER"/>

</triggers>

Syntax Tips

Additional information is available about the following items.

ClosedeventTrigger

Closedpriority

Closedpropagation

Tip: For assistance with a business rule that you have created or to have Loftware create business rules for you, contact Loftware's Professional Services Group.