This table is used to store information on the default workplaces that are copied to users when they first login. Default Workplaces are copied for an individual based on their membership to a group, and the group is their default group.
Workplaces are copied based on a "template user" whose workplaces are the basis for what is copied to other users in the group. More than one user can be specified, and order of the workplaces is based on the usernames entered in the UI.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| group_objectkey | integer | not null | Represents the UID of a Portal default group. |
| user_objectkey | integer | not null | Represents the UID of a Portal user. |
| sortorder | integer | with null | This column is used by the Portal to perform an order by when retrieving the basis users used for copying workplaces to Portal users when they login. |
Product Name: Portal
Table Type: Table