You are here: Job and Form Set Rules Reference > JDT Rules Reference > RunTriggers

RunTriggers

Use this form set level rule to replace the LoadRcpTbl and RunSetRcpTbl rules in implementations created by Documaker Studio.

Syntax

;RunTriggers;;;

There are no parameters for this rule.

     
Note This rule is only available if you are running Documaker Studio. If you do not use Documaker Studio, see ProcessTriggers.

The RunTriggers rule represents an improved triggering process tailored for the file structure implemented with Documaker Studio. This process removes some of the complexity and improves performance.

For instance, in the old triggering process, if your form trigger asked for three copies of a form and then you processed the section triggers, only the last copy of the form was affected by the section triggers. The first two copies, would have been static based upon the default section configuration in the FORM.DAT file. Using the RunTriggers rule, each copy of the form will process section triggers. This means each form can differ from the prior one — assuming your section triggers check unique information to achieve that goal.

See also