lookupAllNames (NotesDirectory - JavaScript™)
Looks up designated items for all names in a specified view.
Defined in
NotesDirectorySyntax
lookupAllNames(view:string, items:string)
: DirectoryNavigator
lookupAllNames(view:string, items:java.util.Vector) : DirectoryNavigator
Parameter | Description |
---|---|
view |
The name of the view in which to look up names. |
items |
Summary data items whose values will be returned by the lookup. |
Usage
Return value | Description |
---|---|
DirectoryNavigator | A newly created directory navigator containing the item values. |
notes.ini
. This method
is intended for views with limited scopes.This method flushes the directory cache and resets all child navigators.
The items specified in this method can be: the programmatic name of a column (the programmatic name is not necessarily the display name); the programmatic name of a field in the note (names which are not columns in the specified view); a computed item provided by a name lookup (such as $$DbName). For best performance, use column names from the specified view or computed items.