The Portal por_pages table is the starting place for all end user Workplaces. Workplaces are owned by a Portal User (identified by the user key), have a title, are sorted, and may be required for the user.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| portalpage_id | integer | not null | Unique id for the portal workplace page.
Type: PK for por_pagecols.portalpage_id_fk |
| user_objectkey_fk | integer | with null | User key for the user this page belongs to. (Workplaces are personal and owned by a user.) |
| portalpage_title | nvarchar(255) | with null | Title of this portal Workplace page. |
| page_index | integer | with null | Index number in the array of workplace pages for a given user. |
| isrequired | nvarchar(10) | with null | Boolean value true/false saying whether or not this workplace is required for the user. |
Product Name: Portal
Table Type: Table