Stores information pertaining to a marketing acknowledgement template.
Fields
Field |
Field Type |
Null |
Notes |
Description |
CODE
|
nvarchar(10)
|
false
|
|
Source code component for this marketing acknowledgement template.
|
NAME
|
nvarchar(50)
|
false
|
|
A name for the marketing acknowledgement template.
|
DESCRIPTION
|
nvarchar(255)
|
false
|
|
A description about the marketing acknowledgement template.
|
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.
|
MARKLETTERSACKNOWLEDGED
|
bit
|
false
|
|
Indicates whether or not letters for this process should be marked as acknowledged/receipted.
|
ACKNOWLEDGEDATETYPECODE
|
tinyint
|
false
|
|
Designates whether to use today's date or a specific date in the marketing acknowledgement process as the acknowledge/receipt date.
|
ACKNOWLEDGEDATE
|
datetime
|
true
|
|
This date is used as the acknowledge/receipt date when marking records as acknowledged/receipted.
|
ADDRESSPROCESSINGOPTIONSEASONALASOFDATETYPECODE
|
tinyint
|
false
|
|
Indicates the type of date to be used when considering seasonal addresses.
|
ADDRESSPROCESSINGOPTIONSEASONALASOFDATE
|
datetime
|
true
|
|
The specific date to be used when considering seasonal addresses.
|
USEADDRESSPROCESSING
|
bit
|
false
|
|
Determines whether or not to apply address processing options when performing calculations and exporting a marketing acknowledgement.
|
ACKNOWLEDGEDATETYPE
|
nvarchar(13) (Computed)
|
true
|
|
Provides a translation for the 'ACKNOWLEDGEDATETYPECODE' field.
|
ADDRESSPROCESSINGOPTIONSEASONALASOFDATETYPE
|
nvarchar(15) (Computed)
|
true
|
|
Provides a translation for the 'ADDRESSPROCESSINGOPTIONSEASONALASOFDATETYPECODE' field.
|
MULTIPLELETTERSPERREVENUE
|
bit
|
false
|
|
Whether or not to allow multiple letters per revenue.
|
RUNACTIVATEANDEXPORT
|
bit
|
false
|
|
Run activate and export upon process completion.
|
CACHESOURCEANALYSISRULEDATA
|
bit
|
false
|
|
Indicates whether source analysis rule data should be cached during activation.
|
ISSYSTEM
|
bit
|
false
|
|
Flag for hiding acknowledgement mailing templates meant for system use only.
|
RUNMARKETINGEXCLUSIONSREPORT
|
bit
|
false
|
|
|
Indexes
Index Name |
Field(s) |
Unique |
Primary |
Clustered |
IX_MKTACKNOWLEDGEMENTMAILINGTEMPLATE_ADDRESSPROCESSINGOPTIONID
|
ADDRESSPROCESSINGOPTIONID
|
False
|
False
|
False
|
IX_MKTACKNOWLEDGEMENTMAILINGTEMPLATE_BASECURRENCYID
|
|
False
|
False
|
False
|
IX_MKTACKNOWLEDGEMENTMAILINGTEMPLATE_DATEADDED
|
|
False
|
False
|
True
|
IX_MKTACKNOWLEDGEMENTMAILINGTEMPLATE_DATECHANGED
|
|
False
|
False
|
False
|
IX_MKTACKNOWLEDGEMENTMAILINGTEMPLATE_NAMEFORMATPARAMETERID
|
|
False
|
False
|
False
|
IX_MKTACKNOWLEDGEMENTMAILINGTEMPLATE_PARTDEFINITIONVALUESID
|
|
False
|
False
|
False
|
IX_MKTACKNOWLEDGEMENTMAILINGTEMPLATE_SITEID
|
|
False
|
False
|
False
|
IX_MKTACKNOWLEDGEMENTMAILINGTEMPLATE_SOURCECODEID
|
|
False
|
False
|
False
|
PK_MKTACKNOWLEDGEMENTMAILINGTEMPLATE
|
|
True
|
True
|
False
|
UC_MKTACKNOWLEDGEMENTMAILINGTEMPLATE_NAME
|
|
True
|
False
|
False
|