Field |
Field Type |
Null |
Notes |
Description |
NAME |
nvarchar(100) |
|
Default = '' |
A unique name for the postal template. |
PRESORTOPTIONS |
nvarchar(max) |
|
Default = '' |
This holds the results of the presort wizard. |
VALIDATEADDRESSES |
bit |
|
Default = 0 |
Whether or not to validate addresses during a postal export. |
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. |
PRESORTOPTIONSFILENAME |
nvarchar(255) |
|
Default = '' |
|