WIDGETEXTENSION
Widget Extension Details - This is an extension table for EVENTWIDGET, PARTICIPANTWIDGET and TEAMWIDGET
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
ALLOWOTHERAMOUNT |
bit |
|
Default = 1 |
Allow participant other amount |
SUGGESTAMOUNT |
money |
|
Default = 25 |
Suggested amount |
ALLOWDONOROTHERAMOUNT |
bit |
|
Default = 1 |
Allow donor other amount |
DISPLAYMINIMUMFUNDRAISINGGOAL |
bit |
|
Default = 0 |
Display minimum fundraising goal |
DISPLAYTARGETFUNDRAISINGGOAL |
bit |
|
Default = 1 |
Display target fundraising goal |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
GIVINGLEVELDATA |
nvarchar(4000) |
|
Default = '[[''Platinum'',500],[''Gold'',250],[''Silver'',100],[''Bronze'',50],[''Friend'',25]]' |
Giving Levels Data |
ALLOWPARTICIPANTTOCHANGEJOINTEAMLABEL |
bit |
|
Default = 1 |
Allow participant to change Join Team label |
ALLOWPARTICIPANTTOCHANGEJOINCOMPANYLABEL |
bit |
|
Default = 1 |
Allow participant to change Join Company label |
ALLOWPARTICIPANTTOCHANGEJOINEVENTLABEL |
bit |
|
Default = 1 |
Allow participant to change Join Event label |
JOINMYTEAMLABEL |
nvarchar(250) |
|
Default = '' |
Join my team label text |
JOINMYCOMPANYLABEL |
nvarchar(250) |
|
Default = '' |
Join my company label text |
JOINMYEVENTLABEL |
nvarchar(250) |
|
Default = '' |
Join my event label text |
Foreign Keys
Foreign Key |
Field Type |
Null |
Notes |
Description |
ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
PARTICIPANTWIDGETID |
uniqueidentifier |
yes |
PARTICIPANTWIDGET.ID
|
The PARTICIPANTWIDGETID related to this extension |
EVENTWIDGETID |
uniqueidentifier |
yes |
EVENTWIDGET.ID
|
The EVENTWIDGETID related to this extension |
TEAMWIDGETID |
uniqueidentifier |
yes |
TEAMWIDGET.ID
|
The TEAMWIDGET related to this extension |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_WIDGETEXTENSION_DATEADDED |
DATEADDED |
|
|
yes |
IX_WIDGETEXTENSION_DATECHANGED |
DATECHANGED |
|
|
|
IX_WIDGETEXTENSION_PARTICIPANTWIDGETID_EVENTWIDGETID_TEAMWIDGETID |
PARTICIPANTWIDGETID, EVENTWIDGETID, TEAMWIDGETID |
|
|
|
PK_WIDGETEXTENSION |
ID |
yes |
yes |
|
Triggers