Defines the content for portal object.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| portal_content_id | varchar(50) | not null | The unique id for the portal content |
| title | nvarchar(64) | with null | The descriptive title for the portal content |
| stylesheet_url | varchar(64) | with null | Relative location for the stylesheet |
| refresh_time | integer | with null | Refresh time in seconds |
| full_size | integer | with null | Flag indicating if the window should be opened in full screen |
| x | integer | with null | The x coordinate for the new window left top corner |
| y | integer | with null | The y coordinate for the new window left top corner |
| width | integer | with null | Width of the new window if opened |
| height | integer | with null | height of the new window if opened |
| row | integer | with null | Row of the content |
| col | integer | with null | Column of the content |
| separate_window | integer | with null | 0, 1; Specifies if a new window is to be opened to display the content |
| portal_template_id | varchar(50) | with null | Handle to portal tempalte |
| dash_id | varchar(64) | with null | Handle to the dash board |
| is_label | integer1 | with null | The label for the portal content |
| new_window | integer | with null | New window is a flag to open a new window |
| params | varchar(64) | with null | Specifies additional parameters |
| is_hidden | integer | with null | Specifies if the content is hidden or to be shown |
| data1 | varchar(256) | with null | For integration |
| data2 | varchar(1024) | with null | For integration |
| data3 | varchar(1024) | with null | For integration |
| resize | integer | with null | Flag to specify if resizing is allowed |
Product Name: Unicenter Service Management
Table Type: Table