JAVA/CORBA CLASSES
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
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