Mapping CDQPs to Queues

When you have defined fields as CDQPs, you can map them to particular iProcess queues for use in Work Queue Manager.

Add or Change a Queue Mapping

To add or change a CDQP mapping for a queue, use the following command:

Q+QueueName[,QueueName,...] 

where QueueName is the name of an iProcess queue, which must be already defined in iProcess. Multiple QueueNames can be specified, separated by commas.

Note 

Q commands must appear after the CDQP definition section (F commands) in the control file. Any F commands that follow a Q command are ignored.

Add or Delete Field Mappings

After the Q command, you can add or delete field mappings for this queue, as follows:

To add any FieldName already defined as a CDQP (see Add a CDQP) to the specified queue’s mapping, use the command:

C+FieldName

The maximum number of CDQPs that can be mapped to a queue depends on the FieldSize of each CDQP, and on the number and size of any other standard selectable fields that are mapped to the queue. The larger the FieldSize, the fewer CDQPs you can map to the queue. For example, if each CDQP has a FieldSize of 255, and the default selectable fields are used, approximately 14 CDQPs can be mapped to a single queue, although this is not an exact calculation.

If you attempt to map too many fields to a queue a validation error will occur See C+.

Note 

Only the first 50 CDQPs that are mapped to a queue can be selected for display in the Display Criteria dialog box in Work Queue Manager.

To delete any FieldName from the queue’s existing mapping, use the command:

C-FieldName

Delete a Queue Mapping

To delete a queue’s existing CDQP mapping, use the command:

Q-QueueName[,QueueName,...] 

where QueueName is the name of an iProcess queue, which must be already defined in iProcess. Multiple QueueNames can be specified, separated by commas.

All fields currently mapped to the specified queue are removed. The queue reverts to the default user or group queue mapping, if one has been configured.