por_wp

Workplaces aggregate portlet content and provide additional functionality of layout manipulation of portlets on a page.

Column Name Column Datatype Column Null Option Column Comment
wp_id nvarchar(64) not null A unique identifier for workplace. It is a generated uuid.
wp_alias nvarchar(128) not null A user friendly id of the workplace. If it is not specified at workplace creation time, then this value is the same as the workplace id.
wp_name nvarchar(128) with null The name of the workplace.
wp_owner nvarchar(128) with null The id of the user that owns this workplace.
creator_user_id nvarchar(128) with null The id of the user that created this workplace.
creation_date integer(8) with null Represents the creation date of the workplace. It is stored as a long representing number of milliseconds.
last_modifier_user_id nvarchar(128) with null The id of the user that last modified this workplace.
last_modification_date integer(8) with null Represents the last modification date of the workplace. It is stored as a long representing number of milliseconds.
wp_desc long nvarchar with null A description of the workplace.
required integer with null A flag that indicates whether this workplace is required on users favorites list.
priority integer with null Possible values are 1 - 100
portal_instance_id nvarchar(64) with null Id of the portal instance.

Product Name: Portal r12

Table Type: Table


Copyright © 2006 CA. All rights reserved.