This table contains notes belonging to bank account adjustments.
Fields
Field |
Field Type |
Null |
Notes |
Description |
DATEENTERED
|
datetime
|
false
|
|
The date the note was entered.
|
TITLE
|
nvarchar(50)
|
false
|
|
The title of the note.
|
TEXTNOTE
|
nvarchar(max)
|
false
|
|
The plain text that comprises this note.
|
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.
|
HTMLNOTE
|
nvarchar(max)
|
false
|
|
The HTML that comprises this note.
|