Description
Contains detailed information on notes.
Dependencies
Columns
DateCreated : datetime, allows null: no
The date and time when the note was created.
The stored date and time are based on the server’s time zone. For more information, see Date and Time Fields.
DateUpdated : datetime, allows null: no
The date and time when the note was last updated.
The stored date and time are based on the server’s time zone. For more information, see Date and Time Fields.
Description : text (max 2,147,483,647 chars), allows null: no
The note content.
This column corresponds to a field that can be available for Rich Text Feature.
EntityCode : varchar (max 100 chars), allows null: no
The module name of the related item.
You can find correspondences between entity code values and related modules and features in Table of Entity Code Values.
FKId : int, allows null: no
The ID of the item to which the note is attached.
NotesId : int, allows null: no, default: auto-generated
The unique numeric identifier of the note.
NotesTypeCode : varchar (max 100 chars), allows null: no
The column is reserved for system use only.
Seq : int, allows null: no
The ordinal number of the note among others notes attached to the same item.
UpdateUserId : int, allows null: no
The ID of the user who posted the note.
UserName : varchar (max 78 chars), allows null: yes
The name of the user who last updated the item.