TEAMWIDGET (4.0SP20)

Widgets available for Team

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

TEAMFUNDRAISINGTEAMID

uniqueidentifier

false

FK to TEAMFUNDRAISINGTEAM

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

WIDGETID

int

false

FK to WIDGETGALLERY

DISPLAYTEXT

nvarchar(4000)

false

''

Display Text

ISACTIVE

bit

false

0

Team Captain can Enable or Disable Widget

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_TEAMWIDGET_DATEADDED

DATEADDED

False

False

True

IX_TEAMWIDGET_DATECHANGED

DATECHANGED

False

False

False

PK_TEAMWIDGET

ID

True

True

False

UIX_TEAMWIDGET_WIDGETID_TEAMFUNDRAISINGTEAMID

WIDGETID

TEAMFUNDRAISINGTEAMID

True

False

False

Triggers
Trigger Name Description

TR_TEAMWIDGET_AUDIT_UPDATE

TR_TEAMWIDGET_AUDIT_DELETE

Referenced by
Referenced by Field

WIDGETEXTENSION

TEAMWIDGETID