FORMULA LANGUAGE


@NameLookup
Example

Searches for each specified user name across all Domino Directories and returns a list of single text values for each specified user name.

Note This @function is new with Release 5.

Syntax

@NameLookup( [ lookupType ] ; username; itemtoreturn )

Parameters

[ lookupType ]


username
itemtoreturn
Return value

valuelist


Usage

@NameLookup cannot be used in form selection and view column formulas.

To enable server directory data to be included in this function's return value, the Recipient name type ahead setting in the Mail tab of the current location document must be set to Local Then Server.

All the users from secondary directories, including the LDAP directory, need to be authenticated first, and then authorized to access a Notes/Domino database administered by the Domino server. The Directory Assistance derived from the Master Domino Directory uses trusted name rules to authenticate users. Once a user name is authenticated, it is added to the list of trusted names. This user name is then compared to the ACL for authorization.

For more information on searching the LDAP directory, see "Setting up Notes to search an Internet directory for addresses" in the Lotus Notes Help.

Example