Field |
Field Type |
Null |
Notes |
Description |
BUSINESSPROCESSSTATUSGUID |
nvarchar(36) |
|
Default = '' |
Value that will identify the corresponding business process status record once it is created. |
PARAMETERSETID |
nvarchar(36) |
|
Default = '' |
Value of the parameter set ID, stored to allow filtering before the business process status record exists. |
BATCHNUMBER |
nvarchar(100) |
|
Default = '' |
Indicates the batch against which this process was run. |
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. |