Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, 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 INTEGER NOT NULL,
user_name VARCHAR(64) NOT NULL
setting_key VARCHAR(64) NOT NULL,
setting_value VARCHAR(2048) NOT NULL
Primary Key
The following primary key is defined for this table.
 

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