JAVA/CORBA CLASSES
Enters a request in the Administration Requests database to rename a user based on a previous request to move the user in the hierarchy.
Defined in
AdministrationProcess
Syntax
public String moveUserInHierarchyComplete(String requestnoteid) throws NotesException
public String moveUserInHierarchyComplete(String requestnoteid, String lastname, String firstname, String middleinitial, String orgunit, String altcommonname, String altorgunit, String altlanguage, boolean renamewindowsuser) throws NotesException
Parameters
String requestnoteid
Note Do not duplicate the targetcertifier from the moveUserInHierarchyRequest method. Use this parameter to specify a qualifying organizational unit, such as "Industry" in the hierarchical name Alice Brown/Industry/Sales/Acme.
String
The AdministrationProcess properties must specify a certifier.
This is phase 2 of the move. See MoveUserInHierarchyRequest for phase 1.
Language cross-reference
moveUserInHierarchyComplete in LotusScript NotesAdministrationProcess class
Example