Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 9 Case Data Queue Parameters : cdqp_cfg

cdqp_cfg
The cdqp_cfg table holds the details of each mapping of a CDQP to a queue.
Structure
The cdqp_cfg table has the following structure:
TABLE cdqp_cfg (
cfg_id NUMERIC(10) NOT NULL,
def_id NUMERIC(10) NOT NULL,
queue_name VARCHAR(48) NOT NULL)
ID of the CDQP that is mapped to the queue_name queue, as defined in the cdqp_def table.
Name of the iProcess queue that the CDQP defined in def_id is mapped to, as defined in the user_names table.
Primary Key
The following primary key is defined for this table.
Foreign Keys
The following foreign key is defined for this table.

1
This key enforces the DELETE CASCADE referential action.

Indexes
None.
Table Activity
The cdqp_cfg table contains one row for each mapping of a CDQP to a queue that is defined on the system. For example, if CDQP1 is mapped to 6 queues, and CDQP2 is mapped to 4 queues, the cdqp_cfg table contains 10 rows.
Rows are added, updated and deleted in the following situations.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved