Stores adjustments made to posted sold property detail.
Fields
Field |
Field Type |
Null |
Notes |
Description |
PREVIOUSAMOUNT
|
money
|
false
|
|
Amount of gift prior to adjustment
|
DATE
|
datetime
|
true
|
|
The date of the adjustment to the revenue record.
|
POSTDATE
|
datetime
|
true
|
|
The date to use when posting the adjustment to the revenue record.
|
POSTSTATUSCODE
|
tinyint
|
false
|
|
Flag used to indicate if the adjustment has been posted.
|
REASON
|
nvarchar(300)
|
false
|
|
Gives further details for why this adjustment was made.
|
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.
|
POSTSTATUS
|
nvarchar(11) (Computed)
|
true
|
|
Provides a translation for the 'POSTSTATUSCODE' field.
|
ORGANIZATIONPREVIOUSAMOUNT
|
money
|
false
|
|
Amount of gift prior to adjustment in organization currency.
|
TRANSACTIONPREVIOUSAMOUNT
|
money
|
false
|
|
Amount of gift prior to adjustment in transaction currency.
|