Stores segment information for Direct Marketing Effort batches.
Fields
Field |
Field Type |
Null |
Notes |
Description |
NAME
|
nvarchar(100)
|
false
|
|
The name of the segment.
|
DESCRIPTION
|
nvarchar(255)
|
false
|
|
A description about the segment.
|
CODE
|
nvarchar(10)
|
false
|
|
A unique code that identifies the segment.
|
SEGMENTTYPECODE
|
tinyint
|
false
|
|
The type of the segment.
|
SEGMENTTYPE
|
nvarchar(11) (Computed)
|
true
|
|
Provides a translation for the 'SEGMENTTYPECODE' field.
|
DATEADDED
|
datetime
|
false
|
|
Indicates the date this record was added.
|
DATECHANGED
|
datetime
|
false
|
|
Indicates the date this record was last changed.
|
TS
|
timestamp
|
false
|
|
Timestamp.
|
TSLONG
|
bigint (Computed)
|
true
|
|
Numeric representation of the timestamp.
|
SEGMENTSITEISNULL
|
bit
|
false
|
|
True if the segment site selected is a null site. False if a segment site was not chosen or was not included in the template.
|