SetServerDirectoryAssistanceSettings (NotesAdministrationProcess - LotusScript®)

Enters a request in the Administration Requests database to set the Directory Assistance field in a server document.

Defined in

NotesAdministrationProcess

Syntax

noteID$ = notesAdministrationProcess .SetServerDirectoryAssistanceSettings( server$ , dbfile$ )

Parameters

server$

String. The name of the server on which to change the settings.

dbfile$

String. The pathname of the Directory Assistance replica on the server.

Return value

noteID$

String. The note ID of an entry created in the Administration Requests database.

Example