Contains information pertaining to the paperless mandates instruction 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.
|
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.
|
PROCESSDATETYPECODE
|
tinyint
|
false
|
|
Designates whether to use today's date or a specific date in the process as the processing date.
|
PROCESSDATE
|
datetime
|
true
|
|
This date is used as the processing date.
|
PROCESSDAYSAFTER
|
int
|
false
|
|
Number of days after this process runs that will be used to calculate the cutoff date.
|
CREATEOUTPUTIDSET
|
bit
|
false
|
|
Designates whether or not an ID set should be created as a result of the paperless mandates instruction process.
|
OUTPUTIDSETNAME
|
nvarchar(100)
|
false
|
|
The name of the output ID set to be created by the paperless mandates instruction process.
|
OVERWRITEOUTPUTIDSET
|
bit
|
false
|
|
Designates whether or not to overwrite the output ID set if one with the same name already exists.
|
PROCESSDATETYPE
|
nvarchar(30) (Computed)
|
true
|
|
Provides a translation for the 'PROCESSDATETYPECODE' field.
|
APPENDLINEFEED
|
bit
|
false
|
|
Designates wheter or not a line feed character will be appended to each record of the output file.
|
REQUESTAUDITTRAIL
|
bit
|
false
|
|
Designates whether to fill in the audit print identifier on the paperless mandate file header.
|