Stores detail information on historic sold gift-in-kind adjustments.
Fields
Field |
Field Type |
Null |
Notes |
Description |
ADJUSTEDFIELD
|
nvarchar(100)
|
false
|
|
Indicates the field that caused the adjustment.
|
ADJUSTEDFIELDPREVIOUSVALUE
|
nvarchar(4000)
|
false
|
|
Indicates the value of the adjusted field before the adjustment.
|
ADJUSTEDFIELDADJUSTEDVALUE
|
nvarchar(4000)
|
false
|
|
Indicates the value of the adjusted field after the adjustment.
|
ISMONEY
|
bit
|
false
|
|
Indicates whether or not the adjustment was for a monetary value.
|
ADJUSTEDFIELDPREVIOUSMONEYVALUE
|
money
|
false
|
|
Indicates the value of the adjusted money field before the adjustment.
|
ADJUSTEDFIELDADJUSTEDMONEYVALUE
|
money
|
false
|
|
Indicates the value of the adjusted money field after the adjustment.
|
TRANSACTIONADJUSTEDFIELDPREVIOUSVALUE
|
nvarchar(4000)
|
false
|
|
Indicates the value of the adjusted field before the adjustment in transaction currency.
|
TRANSACTIONADJUSTEDFIELDADJUSTEDVALUE
|
nvarchar(4000)
|
false
|
|
Indicates the value of the adjusted field after the adjustment in transaction currency.
|
TRANSACTIONADJUSTEDFIELDPREVIOUSMONEYVALUE
|
money
|
false
|
|
Indicates the value of the adjusted money field before the adjustment in transaction currency.
|
TRANSACTIONADJUSTEDFIELDADJUSTEDMONEYVALUE
|
money
|
false
|
|
Indicates the value of the adjusted money field after the adjustment in transaction currency.
|
ORGANIZATIONADJUSTEDFIELDPREVIOUSVALUE
|
nvarchar(4000)
|
false
|
|
Indicates the value of the adjusted field before the adjustment in organization currency.
|
ORGANIZATIONADJUSTEDFIELDADJUSTEDVALUE
|
nvarchar(4000)
|
false
|
|
Indicates the value of the adjusted field after the adjustment in organization currency.
|
ORGANIZATIONADJUSTEDFIELDPREVIOUSMONEYVALUE
|
money
|
false
|
|
Indicates the value of the adjusted money field before the adjustment in transaction currency.
|
ORGANIZATIONADJUSTEDFIELDADJUSTEDMONEYVALUE
|
money
|
false
|
|
Indicates the value of the adjusted money field after the adjustment in transaction currency.
|
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.
|