History of actions taken on a disbursement record.
Fields
Field |
Field Type |
Null |
Notes |
Description |
ACTIONCODE
|
tinyint
|
false
|
|
Action taken on a disbursement record.
|
ACTION
|
nvarchar(10) (Computed)
|
true
|
|
Provides a translation for the 'ACTIONCODE' field.
|
ORIGINALNUMBER
|
int
|
false
|
|
The original transaction number for the check.
|
CHANGEDNUMBER
|
int
|
false
|
|
The number that the disbursement was changed to.
|
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.
|