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

BuildFormList

Use this form set level rule to load and initialize all forms that the processing of extract data could possibly produce.

     
Note You can use the LoadFormsetFromArchive rule to replace the BuildFormList, LoadRcpTbl, and RunSetRcpTbl rules in the AFGJOB.JDT file.

Syntax

;BuildFormList;;;

There are no parameters for this rule.

This rule loads the entire form set into a master form set list and creates the duplicate list which is altered during processing. The system only creates the master form set list the first time it executes this rule. Subsequent calls to this rule delete the existing duplicate form set (in the working form set) and recreate it from the master form set list.

This rule makes sure the extract data exists and resets all form recipient copy counts to zero (0). It also loads the set recipient table data from file into a list. This file is defined in the SetRcpTb option in the Data control group.

     
Note This rule erases the list of data from the SETRCPTB file.

Example

;BuildFormList;;;

See also