Field |
Field Type |
Null |
Notes |
Description |
PROPERTYDETAILIDENTIFIER |
nvarchar(36) |
|
Default = '' |
Used to group adjustment histories by property detail records. Do not join using this field. |
ADJUSTMENTIDENTIFIER |
nvarchar(36) |
|
Default = '' |
Used to group adjustment histories by adjustments. Do not join using this field. |
CONSTITUENTNAME |
nvarchar(255) |
|
Default = '' |
Indicates the constituent who owned the revenue which was adjusted. |
REVENUEDATE |
datetime |
|
|
Indicates the date on the revenue item which was adjusted. |
ADJUSTMENTDATE |
datetime |
 |
|
Indicates the date the adjustment was made. |
ADJUSTMENTPOSTDATE |
datetime |
 |
|
Indicates the date the post date of the adjustment. |
ADJUSTMENTREASON |
nvarchar(300) |
|
Default = '' |
Gives further details for why this adjustment was made. |
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. |