![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
The list_values table holds the value of every item in every iProcess list on the system.TABLE list_values (
node_id INTEGER NOT NULL,
list_id INTEGER NOT NULL,
record_id INTEGER NOT NULL,
list_value VARCHAR(30) NULL)
This key enforces the DELETE CASCADE referential action.
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.
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |