Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software 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
varchar2(32 char) NOT NULL,
userkey varchar2(128 char) NOT NULL
valindex number(10) NOT NULL,
vallen number(10) NOT NULL
uservalue blob 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 © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.