moveUserInHierarchyComplete (NotesAdministrationProcess - JavaScript™)
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
NotesAdministrationProcessSyntax
moveUserInHierarchyComplete(requestnoteid:string)
: string
moveUserInHierarchyComplete(requestnoteid:string,
lastname:string, firstname:string, middleinitial:string, orgunit:string,
altcommonname:string, altorgunit:string, altlanguage:string, renamewindowsuser:boolean)
: string
Parameter | Description |
---|---|
String requestnoteid |
The note ID of the previous request to move the user in the hierarchy. |
String lastname |
New last name. An empty string means just that. An asterisk (*) means no change. Defaults to no change. |
String firstname |
New first name. An empty string means just that. An asterisk (*) means no change. Defaults to no change. |
String middleinitial |
New middle initial. An empty string means just that. An asterisk (*) means no change. Defaults to no change. |
String orgunit |
New organizational unit. An empty string means
just that. An asterisk (*) means no change. Defaults to no change. 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 altcommonname |
New alternate common name. An empty string means just that. An asterisk (*) means no change. Defaults to no change. |
String altorgunit |
New alternate organizational unit. An empty string means just that. An asterisk (*) means no change. Defaults to no change. |
String altlanguage |
New alternate language. An empty string means just that. An asterisk (*) means no change. Defaults to no change. |
boolean renamewindowsuser |
|
Return value | Description |
---|---|
String |
The note ID of an entry created in the Administration Requests database, or an empty string if the certificate authority processes the request. |
Usage
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 classmoveUserInHierarchyComplete in Java™ AdministrationProcess class