LatestNotes Table

Applies to QAComplete 14.3, last modified on February 19, 2024

Description

The table contains a copy of the most recent note attached to an item.

Columns

The table contains the following 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  :  varchar (max 8000 chars), allows null: no

The note content.

This column corresponds to a field that can be available for rich editing.

EntityCode  :  varchar (max 100 chars), allows null: no

The module of the item to which the note is attached.

You can fins correspondences between entity code values and related modules and features in Table of Entity Code Values.

FKId  :  int, allows null: no

The identifier of the item to which the note is attached.

NotesId  :  int, allows null: no

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 the other notes attached to the same item.

UpdateUserId  :  int, allows null: no

The ID of the user who last updated the note.

See Also

Notes Table
Crossmodules

Highlight search results