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


Chapter 15 Lists : list_values

list_values
The list_values table holds the value of every item in every iProcess list on the system.
Structure
The list_values table has the following structure:
TABLE list_values (
node_id INTEGER NOT NULL,
list_id INTEGER NOT NULL,
record_id INTEGER NOT NULL,
list_value VARCHAR(30) NULL)
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
The following index is defined for this table.
Table Activity
The list_values table contains one row for each iProcess list item defined on the system.
Rows are added, updated and deleted in the following situations.
a Move System Information is performed, if the flag_table indicates that the Lists data area has been modified.
Note: The table is purged and rewritten using the values from the tsys_list_values table.
a Move System Information is performed, if the flag_table indicates that the Lists data area has been modified.
Note: The table is purged and rewritten using the values from the tsys_list_values table.

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