Field |
Field Type |
Null |
Notes |
Description |
NAME |
nvarchar(100) |
|
Default = '' |
Name of the letter code. |
DESCRIPTION |
nvarchar(255) |
|
Default = '' |
Description for the letter code. |
WORDTEMPLATEFILENAME |
nvarchar(255) |
|
Default = '' |
Filename of the word template to use for this letter. |
WORDFILE |
varbinary |
 |
|
The actual template file to use for this letter. |
ISACTIVE |
bit |
|
Default = 1 |
Indicates whether or not the letter code is active. |
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. |
CUSTOMPARAMETERDATAFORMITEM |
xml |
 |
|
Custom parameters for the letter code. |
INCLUDESRECEIPT |
bit |
|
Default = 0 |
Indicates whether or not the marketing letter will serve as a receipt. |
NETCOMMUNITYTEMPLATEID |
int |
|
Default = 0 |
The ID of the NetCommunity email message associated with this letter |
NETCOMMUNITYDATASOURCEID |
int |
|
Default = 0 |
The ID of the NetCommunity data source associated with this letter |
HTMLTEMPLATE |
nvarchar(max) |
|
Default = '' |
The html template used for this letter. |
ISSYSTEM |
bit |
|
Default = 0 |
Flag used to hide letters meant for system use only. |
MKTEXPORTDEFINITIONID |
uniqueidentifier (Computed) |
 |
dbo.[UFN_LETTERCODE_GETOBSOLETEMKTEXPORTDEFINITIONID]([EXPORTDEFINITIONID]) |
|