MKTEXPORTDEFINITION (4.0SP17)

Stores information pertaining to an export definition.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

PREVIEWDATALISTCATALOGID

uniqueidentifier

true

The datalist ID used for previewing the export definition.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

POSTALTEMPLATEID

uniqueidentifier

true

The postal template to use during a postal export of a marketing effort.

EXPORTDEFINITIONID

uniqueidentifier

true

The export definition to which these marketing-specific properties apply.

Fields
Field Field Type Null Notes Description

NAME

nvarchar(100)

false

''

A unique name for the export definition.

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.

POSTALEXPORT

bit

false

0

Whether or not to do a postal export using Satori.

MAILINGTYPECODE

tinyint

false

0

The marketing effort type with which this export definition is compatible.

NETCOMMUNITYDATASOURCEID

int

false

0

The ID Blackbaud Internet Solutions data source to which this export definition is tied.

CHANGEDBYCULTURE

nvarchar(30)

false

''

The culture that last saved the export definition.

ISSYSTEM

bit

false

0

Flag for hiding export definitions meant for system use only.

MAILINGTYPE

nvarchar(25) (Computed)

true

Provides a translation for the 'MAILINGTYPECODE' field.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_MKTEXPORTDEFINITION_DATEADDED

DATEADDED

False

False

True

IX_MKTEXPORTDEFINITION_DATECHANGED

DATECHANGED

False

False

False

IX_MKTEXPORTDEFINITION_NETCOMMUNITYDATASOURCEID

NETCOMMUNITYDATASOURCEID

False

False

False

IX_MKTEXPORTDEFINITION_POSTALTEMPLATEID

POSTALTEMPLATEID

False

False

False

PK_MKTEXPORTDEFINITION

ID

True

True

False

UC_MKTEXPORTDEFINITION_NAME

NAME

True

False

False

UIX_MKTEXPORTDEFINITION_EXPORTDEFINITIONID

EXPORTDEFINITIONID

True

False

False

UIX_MKTEXPORTDEFINITION_PREVIEWDATALISTCATALOGID

PREVIEWDATALISTCATALOGID

True

False

False

Triggers
Trigger Name Description

TR_MKTEXPORTDEFINITION_AUDIT_UPDATE

TR_MKTEXPORTDEFINITION_AUDIT_DELETE

Referenced by
Referenced by Field

MKTEXPORTDEFINITIONOUTPUTFIELD

EXPORTDEFINITIONID