![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
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.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.
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |