Open topic with navigation
This table contains notes belonging to account code.
ID
uniqueidentifier
AUTHORID
true
CONSTITUENT.ID
The author of the note.
ACCOUNTCODENOTETYPECODEID
false
ACCOUNTCODENOTETYPECODE.ID
Indicates the user-defined type of this note.
GLACCOUNTCODEID
ACCOUNTCODE.ID
The account code record to which this note belongs.
ADDEDBYID
CHANGEAGENT.ID
FK to CHANGEAGENT.
CHANGEDBYID
DATEENTERED
datetime
The date that the note was entered
TITLE
nvarchar(50)
''
The title of the note.
TEXTNOTE
nvarchar(max)
The text that comprises this note.
DATEADDED
getdate()
Indicates the date this record was added.
DATECHANGED
Indicates the date this record was last changed.
TS
timestamp
Timestamp.
TSLONG
bigint (Computed)
Numeric representation of the timestamp.
HTMLNOTE
The HTML that comprises this note.
IX_GLACCOUNTCODENOTE_AUTHORID
False
IX_GLACCOUNTCODENOTE_DATEADDED
True
IX_GLACCOUNTCODENOTE_DATECHANGED
IX_GLACCOUNTCODENOTE_GLACCOUNTCODEID
PK_GLACCOUNTCODENOTE
TR_GLACCOUNTCODENOTE_AUDIT_UPDATE
TR_GLACCOUNTCODENOTE_AUDIT_DELETE