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

SetRecipCopyCount

Use this form set level rule in the AFGJOB.JDT file to set the number of copies for a particular recipient for all forms except those specified.

Syntax

;SetRecipCopyCount;;;

This rule includes these parameters:

;RULE;LEVEL;RECIPIENT,COPYCOUNT,FORM1,FORM2,...FORMn;

Where FORM1, FORM2, and FORMn are the names of the forms to exclude from the copy count you specify using this rule.

     
Note This rule tests to see if the parameter value is a constant number. If not, it assumes the parameter names a GVM variable. It then uses the GVM variable to get the copy count.

Example

;SetRecipCopyCount;;IO,,DOC016,DOC018;

;SetRecipCopyCount;;I,3,DOCERR;

See also