MKTACKNOWLEDGEMENTMAILINGTEMPLATEEMAILOPTIONS
Stores email information pertaining to an acknowledgement template.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
FROMADDRESS |
UDT_EMAILADDRESS |
|
Default = '' |
Holds the email address that the email is from. |
REPLYADDRESS |
UDT_EMAILADDRESS |
|
Default = '' |
Holds the email address that the receiver can reply to. |
FROMNAME |
nvarchar(255) |
|
Default = '' |
The name of the sender of the email. |
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. |
FAILURENOTIFICATION |
UDT_EMAILADDRESS |
|
Default = '' |
The email address to notify if the email can't be sent. |
Foreign Keys
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_MKTACKNOWLEDGEMENTMAILINGTEMPLATEEMAILOPTIONS_ACKNOWLEDGEMENTMAILINGTEMPLATEID |
ACKNOWLEDGEMENTMAILINGTEMPLATEID |
|
|
|
IX_MKTACKNOWLEDGEMENTMAILINGTEMPLATEEMAILOPTIONS_DATEADDED |
DATEADDED |
|
|
yes |
IX_MKTACKNOWLEDGEMENTMAILINGTEMPLATEEMAILOPTIONS_DATECHANGED |
DATECHANGED |
|
|
|
PK_MKTACKNOWLEDGEMENTMAILINGTEMPLATEEMAILOPTIONS |
ID |
yes |
yes |
|
Triggers