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

InitSetRecipCache

Use this job level rule to set the cache the system will use to store recipient information in memory. With this rule you can tell the system the amount of memory to set aside and use for storing information in the Key1 and Key2 fields, often used to store the company and line of business.

You can use this rule to improve processing performance for complex forms. This rule has no affect on the processing speed for static forms.

This rule is also used in multi-step processing to enhance performance.

     
Note If you omit this rule, the system does not set aside memory for the Key1 and Key2 fields. If this rule causes any problems with your implementation, you can remove it from the AFGJOB.JDT file.

Syntax

;InitSetRecipCache;;Key1,Key2;

Parameter

Description

   

Key1
Key2

For Key1 and Key2, enter the amount of memory you want to set aside for storing the information contained in those fields. These fields are typically used to store information such as the company name and line of business.

You can enter any number from one (1) to 500. The default is five (5).

If you enter a zero (0), a negative number, or a number greater than 500, the system ignores your entry and defaults to five.

Example

;InitSetRecipCache;;10,15;

This example sets the cache for the Key1 field to 10 and sets the cache for the Key2 field to 15.