Stores CPCM user to Portal user mapping
| Column Name | Column Datatype | Column Null Option | Column Comment |
| uedbid | integer | not null | ID identifying this row |
| uecheckedout | integer | with null | Not used |
| uecheckedouttime | date | with null | Left over from legacy code |
| uemodtime | date | with null | Not used |
| uenumemptyrequired | integer | with null | Left over from legacy code |
| ueporinstanceid | varchar(255) | with null | Identify the portal instance which this row belongs to |
| uepubstage | integer | with null | Left over from legacy code |
| uepubtime | date | with null | Left over from legacy code |
| uedescription | varchar(1000) | with null | Description of the group. Will be null for groups defined in portal. |
| uegroupname | nvarchar(255) | not null | Name of group for default cpcm groups. For portal groups, will be the id of that group that will be used to reference the group in the portal system. |
| uegroups | varchar(1000) | with null | Subgroups of the group, not used for portal groups |
| ueusers | varchar(1000) | with null | Users belonging to the group, not used for portal groups |
Product Name: Portal r12 Content Management
Table Type: Table