The USERXUSERGROUP table stores the relationship between an OnBase user and the user groups to which that user belongs. A user can belong to multiple user groups, and any user group can have multiple users. The USERXUSERGROUP table is located in DBSpace8.
Column Name | Data Type | Description |
---|---|---|
usernum | bigint | The unique identifier for each OnBase user (crossreferenced to USERACCOUNT). |
usergroupnum | bigint | The unique identifier for each OnBase user group (crossreferenced to USERGROUP). |
cfgrightdefault | bigint |
The index for the USERXUSERGROUP table is located in DBSpace8.
Index Name | Included Columns |
---|---|
userxusergroup1 | usernum, usergroupnum |