EVENTMANAGEMENTOPTIONS
Stores management rules for an event in an event hierarchy (created from event management templates).
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
HASREGISTRANTSANDOPTIONS |
bit |
|
Default = 1 |
Indicates if this event tracks registrants. |
HASSPEAKERS |
bit |
|
Default = 1 |
Indicates if this event tracks speakers. |
HASEXPENSES |
bit |
|
Default = 1 |
Indicates if this event tracks expenses. |
HASINVITATIONS |
bit |
|
Default = 1 |
Indicates if this event tracks invitations. |
HASDOCUMENTATION |
bit |
|
Default = 1 |
Indicates if this event tracks documentation. |
HASLODGINGOPTIONS |
bit |
|
Default = 1 |
Indicates if this event tracks lodging options. |
HASJOBOCCURRENCES |
bit |
|
Default = 1 |
Indicates if this event tracks job occurrences. |
HASAPPEALS |
bit |
|
Default = 1 |
Indicates if this event tracks appeals. |
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. |
HASTASKSANDCOORDINATORS |
bit |
|
Default = 1 |
Indicates if this event tracks tasks. |
HASCAMPAIGNS |
bit |
|
Default = 1 |
Indicates if this level tracks campaigns. |
Foreign Keys
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_EVENTMANAGEMENTOPTIONS_DATEADDED |
DATEADDED |
|
|
yes |
IX_EVENTMANAGEMENTOPTIONS_DATECHANGED |
DATECHANGED |
|
|
|
PK_EVENTMANAGEMENTOPTIONS |
ID |
yes |
yes |
|
UIX_EVENTMANAGEMENTOPTIONS_EVENTID |
EVENTID |
yes |
|
|
Triggers