Field |
Field Type |
Null |
Notes |
Description |
SUBLEDGER |
nvarchar(25) |
|
Default = '' |
Sub Ledger for mapping |
SUBLEDGERTYPE |
tinyint |
|
Default = 0 |
Numeric representation of Segment type (Development 1, Ticketing 2, Fixed Assets 3 |
DESCRIPTION |
nvarchar(100) |
|
Default = '' |
Sub Ledger for mapping |
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. |