AllEntries (NotesView - JavaScript™)
Read-only. All document entries in a view in view order.
Defined in
NotesViewSyntax
getAllEntries() : NotesViewEntryCollection
Usage
A view entry collection contains only document entries (no categories or totals).If a view is filtered by FTSearch, this property returns the entries in the filtered view.
Use NotesViewNavigator to get all view entries including categories and totals.
Examples
This computed field returns the number of documents in a view that is a data source.return view1.getAllEntries().getCount().toFixed()