NotesViewEntry (JavaScript)

Represents a view entry.

Access

You access a view entry through the get methods in NotesViewEntryCollection and NotesViewNavigator, and through NotesView.getEntryByKey.

Usage

A view entry describes a row in a view. The three types of view entries are document, category, and total.

Documents retrieved from view entries do not have ColumnValues, FTSearchScore, or ParentView set. These values should be accessed via the ColumnValues, FTSearchScore, and Parent properties of the NotesViewEntry object that contains the document.

Automatic updates: avoid

Avoid automatically updating the parent view by explicitly setting IsAutoUpdate to false. Automatic updates degrade performance and may invalidate entries ("Entry not found in index"). You can update the view as needed with refresh.