WEBDASHBOARDPAGECATALOG (4.0SP20)

Stores pages for an individual's web dashboard.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

WEBDASHBOARDLAYOUTID

uniqueidentifier

false

Layout for the page.

OWNERID

uniqueidentifier

true

Owner of the page.

WEBDASHBOARDFOLDERID

uniqueidentifier

true

Web dashboard folder to which this page belongs.

CONTEXTRECORDTYPEID

uniqueidentifier

true

The page's context record type.

CONTEXTRECORDSEARCHLISTCATALOGID

uniqueidentifier

true

The search list used to select a context record when none is provided.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

NAME

nvarchar(200)

false

''

Name of the page.

TITLE

nvarchar(200)

false

''

Text that will be displayed in the browser's title bar and any links created using this page.

DESCRIPTION

nvarchar(1000)

false

''

Description of the web dashboard page.

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.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_WEBDASHBOARDPAGECATALOG_DATEADDED

DATEADDED

False

False

True

IX_WEBDASHBOARDPAGECATALOG_DATECHANGED

DATECHANGED

False

False

False

PK_WEBDASHBOARDPAGECATALOG

ID

True

True

False

UIX_WEBDASHBOARDPAGECATALOG_NAME_WEBDASHBOARDFOLDERID

NAME

WEBDASHBOARDFOLDERID

True

False

False

UIX_WEBDASHBOARDPAGECATALOG_TITLE_WEBDASHBOARDFOLDERID

TITLE

WEBDASHBOARDFOLDERID

True

False

False

Triggers
Trigger Name Description

TR_WEBDASHBOARDPAGECATALOG_AUDIT_UPDATE

TR_WEBDASHBOARDPAGECATALOG_AUDIT_DELETE

Referenced by
Referenced by Field

SYSTEMROLEWEBDASHBOARDPAGE

WEBDASHBOARDPAGEID

WEBDASHBOARDPERSONALIZATIONALLUSERS

WEBDASHBOARDPAGEID

WEBDASHBOARDPERSONALIZATIONPERUSER

WEBDASHBOARDPAGEID