PARTICIPANTWIDGET (4.0SP20)

Widgets available for Participant

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

REGISTRANTID

uniqueidentifier

false

FK to REGISTRANT

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

Participant 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_PARTICIPANTWIDGET_DATEADDED

DATEADDED

False

False

True

IX_PARTICIPANTWIDGET_DATECHANGED

DATECHANGED

False

False

False

PK_PARTICIPANTWIDGET

ID

True

True

False

UIX_PARTICIPANTWIDGET_WIDGETID_REGISTRANTID

WIDGETID

REGISTRANTID

True

False

False

Triggers
Trigger Name Description

TR_PARTICIPANTWIDGET_AUDIT_UPDATE

TR_PARTICIPANTWIDGET_AUDIT_DELETE

Referenced by
Referenced by Field

WIDGETEXTENSION

PARTICIPANTWIDGETID