ApproveDeleteServerInDirectory (NotesAdministrationProcess - LotusScript®)

Enters a request in the Administration Requests database to continue a previously initiated request that is pending approval.

Defined in

NotesAdministrationProcess

Syntax

noteID$ = notesAdministrationProcess .ApproveDeleteServerInDirectory( noteID$ )

Parameters

noteID$

String. The note ID of the entry pending approval.

Return value

noteID$

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

Usage

An Approval request is generated in the destination domain when an identical, nonhierarchical server name is located. The Approval request allows the administrator to determine whether the server name is the one that should be deleted. Approving the request allows the delete process to occur.

Language cross-reference

approveDeleteServerInDirectory in Java AdministrationProcess class

Example