Field |
Field Type |
Null |
Notes |
Description |
APPEALIDFIELD |
nvarchar(255) |
|
Default = '' |
The field name from the appeal query view that maps to the appeal ID in the source system. |
DESCRIPTIONFIELD |
nvarchar(255) |
|
Default = '' |
The field name from the appeal query view that maps to the appeal description in the source system. |
INACTIVEFIELD |
nvarchar(255) |
|
Default = '' |
The field name from the appeal query view that maps to the appeal active/inactive status in the source system. |
STARTDATEFIELD |
nvarchar(255) |
|
Default = '' |
The field name from the appeal query view that maps to the appeal start date in the source system. |
ENDDATEFIELD |
nvarchar(255) |
|
Default = '' |
The field name from the appeal query view that maps to the appeal end date in the source system. |
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. |