Contains history information pertaining to stewardship packages.
Fields
Field |
Field Type |
Null |
Notes |
Description |
BUSINESSPROCESSSTATUSGUID
|
nvarchar(36)
|
false
|
|
Value that will identify the corresponding business process status record once it is created.
|
PARAMETERSETID
|
nvarchar(36)
|
false
|
|
Value of the parameter set ID, stored to allow filtering before the business process status record exists.
|
NAME
|
nvarchar(100)
|
false
|
|
The name of the parameter set at the time the stewardship package was sent.
|
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.
|