Field |
Field Type |
Null |
Notes |
Description |
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) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
NAME |
nvarchar(100) (Computed) |
 |
dbo.[UFN_MKTSEGMENTATION_GETNAME]([SEGMENTATIONID]) |
The name of the marketing effort to be activated. |
RUNSEGMENTATIONSEGMENTCALCULATEPROCESS |
bit |
|
Default = 1 |
Indicates whether the marketing effort segment record count calculation process should be run prior to activation. |
RUNSEGMENTATIONSEGMENTREFRESHPROCESS |
bit |
|
Default = 0 |
Indicates whether the marketing effort segment refresh process should be run prior to the calculation of segment record counts. |
CACHESOURCEANALYSISRULEDATA |
bit |
|
Default = 1 |
Indicates whether source analysis rule data should be cached during activation. |
RUNMARKETINGEXCLUSIONSREPORT |
bit |
|
Default = 1 |
|