Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.


Chapter 12 Users and Work Queues : user_setting

user_setting
The user_setting 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_setting table has the following structure:
TABLE user_setting (
username
varchar(32) NOT NULL,
userkey varchar(128) NOT NULL
valindex integer NOT NULL,
vallen integer NOT NULL
uservalue varbinary(max) NOT NULL
Note: Since iProcess Engine 11.6, the volume of a row is upgraded. The value of valindex might always be 1.
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.