MKTSEGMENTATIONEXPORTPROCESS (4.0SP17)

Stores information pertaining to a marketing effort export parameter set.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

SEGMENTATIONID

uniqueidentifier

false

The marketing effort the export process will use.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

MAILEXPORTDEFINITIONID

uniqueidentifier

true

The export definition to use when exporting segments in a marketing effort with mail packages not already associated with an export definition.

EMAILEXPORTDEFINITIONID

uniqueidentifier

true

The export definition to use when exporting segments in a marketing effort with email packages not already associated with an export definition.

PHONEEXPORTDEFINITIONID

uniqueidentifier

true

The export definition to use when exporting segments in a marketing effort with phone packages not already associated with an export definition.

INLINEEXCLUSIONEXPORTDEFINITIONID

uniqueidentifier

true

The export definition to use when exporting inline exclusions in a marketing effort.

Fields
Field Field Type Null Notes Description

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.

DESCRIPTION

nvarchar(255)

false

''

A description of the export.

NAME

nvarchar(100) (Computed)

true

The marketing effort name to be used as the parameter set name.

EXPORTACTIVESEGMENTS

bit

false

1

Indicates that this export should include segments that are not inline exclusions.

EXPORTINLINEEXCLUSIONS

bit

false

0

Indicates that this export should include inline exclusions.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_MKTSEGMENTATIONEXPORTPROCESS_DATEADDED

DATEADDED

False

False

True

IX_MKTSEGMENTATIONEXPORTPROCESS_DATECHANGED

DATECHANGED

False

False

False

IX_MKTSEGMENTATIONEXPORTPROCESS_EMAILEXPORTDEFINITIONID

EMAILEXPORTDEFINITIONID

False

False

False

IX_MKTSEGMENTATIONEXPORTPROCESS_INLINEEXCLUSIONEXPORTDEFINITIONID

INLINEEXCLUSIONEXPORTDEFINITIONID

False

False

False

IX_MKTSEGMENTATIONEXPORTPROCESS_MAILEXPORTDEFINITIONID

MAILEXPORTDEFINITIONID

False

False

False

IX_MKTSEGMENTATIONEXPORTPROCESS_PHONEEXPORTDEFINITIONID

PHONEEXPORTDEFINITIONID

False

False

False

PK_MKTSEGMENTATIONEXPORTPROCESS

ID

True

True

False

UIX_MKTSEGMENTATIONEXPORTPROCESS_SEGMENTATIONID

SEGMENTATIONID

True

False

False

Triggers
Trigger Name Description

TR_MKTSEGMENTATIONEXPORTPROCESS_AUDIT_UPDATE

TR_MKTSEGMENTATIONEXPORTPROCESS_AUDIT_DELETE

TR_MKTSEGMENTATIONEXPORTPROCESS_INSERT

Referenced by
Referenced by Field

MKTSEGMENTATIONEXPORTPROCESSEXPORTFORMAT

PARAMETERSETID

MKTSEGMENTATIONEXPORTPROCESSSTATUS

PARAMETERSETID