MKTMAILINGPREACTIVATIONPROCESS
Stores the marketing efforts that are valid for the Marketing Effort Record Count business process.
Primary Key
| Primary Key |
Field Type |
| ID |
uniqueidentifier |
Fields
| 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) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
| NAME |
nvarchar(100) (Computed) |
yes |
dbo.[UFN_MKTSEGMENTATION_GETNAME]([SEGMENTATIONID]) |
The marketing effort name to be used as the parameter set name. |
Foreign Keys
| Foreign Key |
Field Type |
Null |
Notes |
Description |
| ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
| CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
| SEGMENTATIONID |
uniqueidentifier |
|
MKTSEGMENTATION.ID
|
The marketing effort the pre-activation report process will use. |
Indexes
| Index Name |
Fields |
Unique |
Primary |
Clustered |
| IX_MKTMAILINGPREACTIVATIONPROCESS_DATEADDED |
DATEADDED |
|
|
yes |
| IX_MKTMAILINGPREACTIVATIONPROCESS_DATECHANGED |
DATECHANGED |
|
|
|
| PK_MKTMAILINGPREACTIVATIONPROCESS |
ID |
yes |
yes |
|
| UIX_MKTMAILINGPREACTIVATIONPROCESS_SEGMENTATIONID |
SEGMENTATIONID |
yes |
|
|
Triggers
Referenced by