LOTUSSCRIPT/COM/OLE CLASSES


ApproveRenamePersonInDirectory method
Example

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

Defined in

NotesAdministrationProcess

Syntax

noteID$ = notesAdministrationProcess.ApproveRenamePersonInDirectory( noteID$ )

Parameters

noteID$


Return value

noteID$


Usage

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

Language cross-reference

approveRenamePersonInDirectory in Java AdministrationProcess class

Example