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

SetRecipCopyCount2

Use this form set level rule in the AFGJOB.JDT file to set the copy count for a particular recipient for all forms specified.

Note Version 10.1, Patch 109 changes the way the SetRecipCopyCount2 rule handles copy counts. Before this patch, the rule excluded the forms specified in the rule's parameters. With this patch and in subsequent versions, this rule includes those forms and changes the forms' copy counts.

Syntax

;SetRecipCopyCount2;;(parameters);

Parameter

Description

Recipient

Enter the name of the recipient for whom the copy count will be set.

Number

Enter the number you want to set the copy count to.

Name

Enter the name of the forms for which the copy count should be set. If you have multiple forms, separate each name with a comma.

You must place this rule after the BuildFormList rule in the AFGJOB.JDT file.

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

;SetRecipCopyCount2;;Customer,2,QADesc1,QADesc2,QADesc3;

The copy count for recipient, Customer, is set to two (2) for forms: QADesc1, QADesc2, and QADesc3.

< Base Rules >

;RULStandardJobProc;;;

<Base Form Set Rules>

;RulStandardTransactionProc;;;

;BuildFormList;;;

;SetRecipCopyCount2;;CUSTOMER,2,Patch399;

See also