.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


ApproveDeletePersonInDirectory 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.ApproveDeletePersonInDirectory( 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 deleted. Approving the request allows the delete process to occur.

Language cross-reference

approveDeletePersonInDirectory in Java AdministrationProcess class

Example