EXCHANGECALENDARITEM

Contains a list of interactions added as calendar items to the exchange server.

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
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.

Foreign Keys

Foreign Key Field Type Null Notes Description
INTERACTIONID uniqueidentifier INTERACTION.ID FK to INTERACTION
APPUSERID uniqueidentifier APPUSER.ID FK to APPUSER
ADDEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.
CHANGEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.

Indexes

Index Name Fields Unique Primary Clustered
IX_EXCHANGECALENDARITEM_DATEADDED DATEADDED yes
IX_EXCHANGECALENDARITEM_DATECHANGED DATECHANGED
PK_EXCHANGECALENDARITEM ID yes yes
UIX_EXCHANGECALENDARITEM_INTERACTIONID_APPUSERID INTERACTIONID, APPUSERID yes

Triggers

Trigger Name Description
TR_EXCHANGECALENDARITEM_AUDIT_UPDATE
TR_EXCHANGECALENDARITEM_AUDIT_DELETE