LOTUSSCRIPT/COM/OLE 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
NotesAdministrationProcess
Syntax
noteID$ = notesAdministrationProcess.MoveUserInHierarchyComplete( requestnoteid$ [ , lastname$ ] [ , firstname$ ] [ , middleinitial$ ] [ , orgunit$ ] [ , altcommonname$ ] [ , altorgunit$ ] [ , altlanguage$ ] [ , renamewindowsuser ] )
Parameters
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.
noteID$
The NotesAdministrationProcess properties must specify a certifier.
This is phase 2 of the move. See MoveUserInHierarchyRequest for phase 1.
Language cross-reference
moveUserInHierarchyComplete in Java AdministrationProcess class
Example