Workplace portlet represents a relationship between a workplace and portlet. It deterrmines which portlet is on a workplace. A workplace can have many of these.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| wp_portlet_id | nvarchar(64) | not null | A unique identifier for workpalce portlet relationship. It is a generated uuid. |
| window_id | integer | not null | Specifies the position of the portlet entity on the workplace. |
| portlet_entity_id | nvarchar(64) | not null | A unique identifier for portlet entity. It is a generated uuid. |
| wp_id | nvarchar(64) | with null | A unique identifier for workplace. It is a generated uuid. |
| portlet_button_visibility | nvarchar(256) | with null | Determines which of the available portlet buttons will be displayed on the portlet. This provides for tighter control of portlets on a workplace. The value is a concatinated list of portlet buttons that should be shown. |
Product Name: Portal r12
Table Type: Table