Stores information pertaining to GL batches.
Fields
Field |
Field Type |
Null |
Notes |
Description |
POSTDATE
|
datetime
|
true
|
|
The post date of the batch.
|
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.
|
CUSTOMIDENTIFIER
|
nvarchar(100)
|
false
|
|
User-definable custom identifier.
|
SEQUENCEID
|
int
|
false
|
|
Identity column used to increment the default lookupid.
|
POSTPROCESSTYPECODE
|
tinyint
|
false
|
|
0=LegacyGL, 1=BasicGL, 255=Unknown
|
POSTPROCESSTYPE
|
nvarchar(8) (Computed)
|
true
|
|
Provides a translation for the 'POSTPROCESSTYPECODE' field.
|
LOOKUPID
|
nvarchar(100) (Computed)
|
true
|
|
Unique identifer that supports user defined values as well as system generated values.
|