.

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

JAVA/CORBA CLASSES


moveUserInHierarchyRequest method
Example

Enters a request in the Administration Requests database to move a user's name in the hierarchy.

Defined in

AdministrationProcess

Syntax

public String moveUserInHierarchyRequest(String username, String targetcertifier)
   throws NotesException

public String moveUserInHierarchyRequest(String username, String targetcertifier, boolean allowprimarynamechange)
   throws NotesException

Parameters

String username


String targetcertifier
boolean allowprimarynamechange Return value

String


Usage

The AdministrationProcess properties must specify a certifier.

This is phase 1 of the move. See MoveUserInHierarchyComplete for phase 2.

Language cross-reference

moveUserInHierarchyRequest in LotusScript NotesAdministrationProcess class

Example