MKTACKNOWLEDGEMENTMAILINGPROCESS
Contains information pertaining to the marketing acknowledgement 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(50) (Computed) |
yes |
dbo.[UFN_MKTACKNOWLEDGEMENTMAILINGTEMPLATE_GETNAME]([ACKNOWLEDGEMENTMAILINGTEMPLATEID]) |
The name of the template the process will act on. |
Foreign Keys
| Foreign Key |
Field Type |
Null |
Notes |
Description |
| ACKNOWLEDGEMENTMAILINGTEMPLATEID |
uniqueidentifier |
|
MKTACKNOWLEDGEMENTMAILINGTEMPLATE.ID
|
The marketing acknowledgement template the business process will use. |
| ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
| CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
Indexes
| Index Name |
Fields |
Unique |
Primary |
Clustered |
| IX_MKTACKNOWLEDGEMENTMAILINGPROCESS_DATEADDED |
DATEADDED |
|
|
yes |
| IX_MKTACKNOWLEDGEMENTMAILINGPROCESS_DATECHANGED |
DATECHANGED |
|
|
|
| PK_MKTACKNOWLEDGEMENTMAILINGPROCESS |
ID |
yes |
yes |
|
| UIX_MKTACKNOWLEDGEMENTMAILINGPROCESS_ACKNOWLEDGEMENTMAILINGTEMPLATEID |
ACKNOWLEDGEMENTMAILINGTEMPLATEID |
yes |
|
|
Triggers
Referenced by