Copyright © Cloud Software Group, 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 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.
Copyright © Cloud Software Group, Inc. All rights reserved. |