Field |
Field Type |
Null |
Notes |
Description |
REVENUEIDENTIFIER |
nvarchar(36) |
|
Default = '' |
Indicates the detail this split applied to. Do not join on this field. |
TYPE |
nvarchar(25) |
|
Default = '' |
Indicates the type of the detail this split applied to. |
DESIGNATIONIDENTIFIER |
nvarchar(36) |
|
Default = '' |
Indicates the designation for this split. Do not join on this field. |
DESIGNATIONNAME |
nvarchar(512) |
|
Default = '' |
Indicates the name for the designation for this split. |
AMOUNT |
money |
|
Default = 0 |
Indicates the amount for this split. |
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. |
TRANSACTIONAMOUNT |
money |
|
Default = 0 |
Indicates the amount for this split. |
ORGANIZATIONAMOUNT |
money |
|
Default = 0 |
Indicates the amount for this split. |