Stores parameter sets associated with the batches commit business process.
Fields
Field |
Field Type |
Null |
Notes |
Description |
NAME
|
nvarchar(200)
|
false
|
|
|
DESCRIPTION
|
nvarchar(1000)
|
false
|
|
|
CREATEOUTPUTSELECTION
|
bit
|
false
|
|
Designates whether or not an ID set should be created for each batch committed during the commit batches process.
|
CREATEEXCEPTIONBATCHES
|
bit
|
false
|
|
Indicates whether batches should be created for exceptions during the commit batches process.
|
PURGEBATCHES
|
bit
|
false
|
|
Indicates whether or not to delete the data and mark the batches as deleted after the commit batches process.
|
CREATEBATCHCONTROLREPORTS
|
bit
|
false
|
|
Indicates whether or not to generate control reports for batches being committed by this process.
|
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.
|