PAGEDEFINITIONCATALOG (4.0SP20)

The PAGEDEFINITIONCATALOG table stores page definitions for the system

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

CONTEXTRECORDTYPEID

uniqueidentifier

true

FK to RECORDTYPE

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT

Fields
Field Field Type Null Notes Description

NAME

nvarchar(60)

false

The unique name of this page definition

DESCRIPTION

nvarchar(1000)

false

''

Description of this page definition

PAGEDEFINITIONSPEC

xml

false

Contains the spec xml used to create this page definition

DATEADDED

datetime

false

getdate()

Indicates the date this record was added

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed

TS

timestamp

false

Timestamp

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp

EXPRESSIONDATAFORMID

uniqueidentifier

true

INSTALLEDPRODUCTLISTXML

xml

true

SPECUINAME

nvarchar(60)

false

''

Presentation name of the page definition used to override the page definition name for display in the application.

UINAME

nvarchar(60) (Computed)

false

Name of the page definition for display in the application.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_PAGEDEFINITIONCATALOG_DATEADDED

DATEADDED

False

False

True

IX_PAGEDEFINITIONCATALOG_ID_EXPRESSIONDATAFORMID

ID

False

False

False

IX_PAGEDEFINITIONCATALOG_ID_INSTALLEDPRODUCTLISTXML

ID

False

False

False

IX_PAGEDEFINITIONCATALOG_ID_METADATA

ID

False

False

False

PK_PAGEDEFINITIONCATALOG

ID

True

True

False

UC_PAGEDEFINITIONCATALOG_NAME

NAME

True

False

False

UIX_PAGEDEFINITIONCATALOG_UINAME

UINAME

True

False

False

Triggers
Trigger Name Description

TR_PAGEDEFINITIONCATALOG_AUDIT_UPDATE

TR_PAGEDEFINITIONCATALOG_AUDIT_DELETE

Referenced by
Referenced by Field

BBWORKFLOWALERT

ALERTPAGEID

BBWORKFLOWTASK

TASKPAGEID

EXCHANGECALENDARSYNC

PAGEDEFINITIONCATALOGID

EXCHANGECONTACTSYNC

PAGEDEFINITIONCATALOGID

MAPENTITYCATALOG

NAVIGATIONPAGEID

NETCOMMUNITYDEFAULTCODEMAP

CONSTITUENTLINKPAGEID

USERPAGEHISTORY

PAGEID

USERSETTINGSPAGE

PAGEID