MKTACKNOWLEDGEMENTMAILINGTEMPLATEEXPORT

Stores export information pertaining to an acknowledgement template.

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
DESCRIPTION nvarchar(255) Default = '' A description of the export.
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
ACKNOWLEDGEMENTMAILINGTEMPLATEID uniqueidentifier MKTACKNOWLEDGEMENTMAILINGTEMPLATE.ID The template this export information belongs to.
MAILEXPORTDEFINITIONID uniqueidentifier yes EXPORTDEFINITION.ID The export definition to use when exporting segments in an activated mailing with mail packages not already tied to an export definition.
EMAILEXPORTDEFINITIONID uniqueidentifier yes EXPORTDEFINITION.ID The export definition to use when exporting segments in an activated mailing with email packages not already tied to an export definition.
ADDEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.
CHANGEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.

Indexes

Index Name Fields Unique Primary Clustered
IX_MKTACKNOWLEDGEMENTMAILINGTEMPLATEEXPORT_ACKNOWLEDGEMENTMAILINGTEMPLATEID ACKNOWLEDGEMENTMAILINGTEMPLATEID
IX_MKTACKNOWLEDGEMENTMAILINGTEMPLATEEXPORT_DATEADDED DATEADDED yes
IX_MKTACKNOWLEDGEMENTMAILINGTEMPLATEEXPORT_DATECHANGED DATECHANGED
IX_MKTACKNOWLEDGEMENTMAILINGTEMPLATEEXPORT_EMAILEXPORTDEFINITIONID EMAILEXPORTDEFINITIONID
IX_MKTACKNOWLEDGEMENTMAILINGTEMPLATEEXPORT_MAILEXPORTDEFINITIONID MAILEXPORTDEFINITIONID
PK_MKTACKNOWLEDGEMENTMAILINGTEMPLATEEXPORT ID yes yes

Triggers

Trigger Name Description
TR_MKTACKNOWLEDGEMENTMAILINGTEMPLATEEXPORT_AUDIT_UPDATE
TR_MKTACKNOWLEDGEMENTMAILINGTEMPLATEEXPORT_AUDIT_DELETE