Field |
Field Type |
Null |
Notes |
Description |
NAME |
nvarchar(100) |
|
Default = '' |
A unique name for the export definition. |
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. |
POSTALEXPORT |
bit |
|
Default = 0 |
Whether or not to do a postal export using Satori. |
MAILINGTYPECODE |
tinyint |
|
Default = 0 |
The marketing effort type with which this export definition is compatible. |
NETCOMMUNITYDATASOURCEID |
int |
|
Default = 0 |
The ID NetCommunity data source to which this export definition is tied. |
CHANGEDBYCULTURE |
nvarchar(30) |
|
Default = '' |
The culture that last saved the export definition. |
ISSYSTEM |
bit |
|
Default = 0 |
Flag for hiding export definitions meant for system use only. |
MAILINGTYPE |
nvarchar(25) (Computed) |
 |
CASE [MAILINGTYPECODE] WHEN 0 THEN N'Direct marketing' WHEN 1 THEN N'Marketing acknowledgement' WHEN 2 THEN N'Membership' WHEN 3 THEN N'Sponsorship' WHEN 5 THEN N'Communication revenue' END |
|