Contains journal entry annotations.
Fields
Field |
Field Type |
Null |
Notes |
Description |
ANNOTATIONCATEGORYCODE
|
tinyint
|
false
|
|
Annotation category
|
ANNOTATIONCATEGORY
|
nvarchar(18) (Computed)
|
true
|
|
Provides a translation for the 'ANNOTATIONCATEGORYCODE' field.
|
REFERENCENAME
|
nvarchar(255)
|
false
|
|
Name of field or other item this annotation is associated with.
|
SEQUENCE
|
int
|
false
|
|
Sequence of this journal entry annotation.
|
TEXT
|
nvarchar(4000)
|
false
|
|
Annotation associated with this journal entry.
|
VALIDATIONCODE
|
int
|
false
|
|
Error and warning codes
|
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.
|