Contains information pertaining to the planned gift acknowledgement process.
Fields
Field |
Field Type |
Null |
Notes |
Description |
NAME
|
nvarchar(100)
|
false
|
|
The name of the parameter set.
|
DESCRIPTION
|
nvarchar(255)
|
false
|
|
The description of the parameter set.
|
CREATEOUTPUTIDSET
|
bit
|
false
|
|
Designates whether or not an ID set should be created as a result of the acknowledgement process.
|
OUTPUTIDSETNAME
|
nvarchar(100)
|
false
|
|
The name of the output ID set to be created by the acknowledgement process.
|
OVERWRITEOUTPUTIDSET
|
bit
|
false
|
|
Designates whether or not to overwrite the output ID set if one with the same name already exists.
|
MARKLETTERSACKNOWLEDGED
|
bit
|
false
|
|
Indicates whether or not letters for this process should be marked as sent.
|
ACKNOWLEDGEDATETYPECODE
|
tinyint
|
false
|
|
Designates whether to use today's date or a specific date in the acknowledgement process as the acknowledge date.
|
ACKNOWLEDGEDATE
|
datetime
|
true
|
|
This date is used as the acknowledge date when marking records as acknowledged.
|
LABELFILENAME
|
nvarchar(255)
|
false
|
|
The original file name for the label template.
|
LABELFILE
|
varbinary
|
true
|
|
The actual file for the label 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.
|
ACKNOWLEDGEDATETYPE
|
nvarchar(13) (Computed)
|
true
|
|
Provides a translation for the 'ACKNOWLEDGEDATETYPECODE' field.
|