Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 12 Users and Work Queues : user_settings

user_settings
The user_settings table holds the settings that a given user has defined in the iProcess Workspace (Browser). This enables a user to keep the same settings when working on any machine.
Structure
The user_settings table has the following structure:
TABLE user_settings (
node_id number(5) NOT NULL,
user_name varchar2(64) NULL
setting_key varchar2(64) NULL,
setting_value varchar2(2048) NULL
Primary Key
The following primary key is defined for this table.
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved