EVENTMANAGEMENTOPTIONS (4.0SP20)

Stores management rules for an event in an event hierarchy (created from event managment templates).

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

EVENTMANAGEMENTLEVELINSTANCEID

uniqueidentifier

true

FK to EVENTMANAGEMENTLEVELINSTANCE

EVENTID

uniqueidentifier

false

FK to EVENT

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

HASREGISTRANTSANDOPTIONS

bit

false

1

Indicates if this event tracks registrants.

HASSPEAKERS

bit

false

1

Indicates if this event tracks speakers.

HASEXPENSES

bit

false

1

Indicates if this event tracks expenses.

HASINVITATIONS

bit

false

1

Indicates if this event tracks invitations.

HASDOCUMENTATION

bit

false

1

Indicates if this event tracks documentation.

HASLODGINGOPTIONS

bit

false

1

Indicates if this event tracks lodging options.

HASJOBOCCURRENCES

bit

false

1

Indicates if this event tracks job occurrences.

HASAPPEALS

bit

false

1

Indicates if this event tracks appeals.

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.

HASTASKSANDCOORDINATORS

bit

false

1

Indicates if this event tracks tasks.

HASCAMPAIGNS

bit

false

1

Indicates if this level tracks campaigns.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_EVENTMANAGEMENTOPTIONS_DATEADDED

DATEADDED

False

False

True

IX_EVENTMANAGEMENTOPTIONS_DATECHANGED

DATECHANGED

False

False

False

PK_EVENTMANAGEMENTOPTIONS

ID

True

True

False

UIX_EVENTMANAGEMENTOPTIONS_EVENTID

EVENTID

True

False

False

Triggers
Trigger Name Description

TR_EVENTMANAGEMENTOPTIONS_AUDIT_UPDATE

TR_EVENTMANAGEMENTOPTIONS_AUDIT_DELETE