Stores information pertaining to an export definition.
Fields
Field |
Field Type |
Null |
Notes |
Description |
NAME
|
nvarchar(100)
|
false
|
|
A unique name for the export definition.
|
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.
|
POSTALEXPORT
|
bit
|
false
|
|
Whether or not to do a postal export using Satori.
|
MAILINGTYPECODE
|
tinyint
|
false
|
|
The marketing effort type with which this export definition is compatible.
|
NETCOMMUNITYDATASOURCEID
|
int
|
false
|
|
The ID Blackbaud Internet Solutions data source to which this export definition is tied.
|
CHANGEDBYCULTURE
|
nvarchar(30)
|
false
|
|
The culture that last saved the export definition.
|
ISSYSTEM
|
bit
|
false
|
|
Flag for hiding export definitions meant for system use only.
|
MAILINGTYPE
|
nvarchar(25) (Computed)
|
true
|
|
Provides a translation for the 'MAILINGTYPECODE' field.
|