MKTSEGMENTWHITEMAIL (4.0SP20)

Stores information pertaining to a white mail segment.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

SEGMENTATIONID

uniqueidentifier

true

The marketing effort with which this white mail segment is associated.

SOURCECODEID

uniqueidentifier

false

The source code layout used for this white mail segment.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

STATUSCODE

tinyint

false

0

Describes this white mail segment's active / inactive status

STATUS

nvarchar(22) (Computed)

true

Provides a translation for the 'STATUSCODE' field.

ACTIVEFROM

datetime

true

For white mail segments active over a date range, the date on which their active status begins.

ACTIVETO

datetime

true

For white mail segments active over a date range, the date on which their active status ends.

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.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_MKTSEGMENTWHITEMAIL_DATEADDED

DATEADDED

False

False

True

IX_MKTSEGMENTWHITEMAIL_DATECHANGED

DATECHANGED

False

False

False

IX_MKTSEGMENTWHITEMAIL_SEGMENTATIONID

SEGMENTATIONID

False

False

False

IX_MKTSEGMENTWHITEMAIL_SOURCECODEID

SOURCECODEID

False

False

False

PK_MKTSEGMENTWHITEMAIL

ID

True

True

False

Triggers
Trigger Name Description

TR_MKTSEGMENTWHITEMAIL_AUDIT_UPDATE

TR_MKTSEGMENTWHITEMAIL_AUDIT_DELETE

Referenced by
Referenced by Field

MKTSEGMENTWHITEMAILCACHE

ID

MKTSEGMENTWHITEMAILREFRESHPROCESS

SEGMENTID

MKTSOURCECODEMAP

WHITEMAILSEGMENTID

MKTSOURCECODEPART

WHITEMAILSEGMENTID