moveUserInHierarchyRequest (NotesAdministrationProcess - JavaScript)

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

Defined in

NotesAdministrationProcess

Syntax

moveUserInHierarchyRequest(username:string, targetcertifier:string) : string

moveUserInHierarchyRequest(username:string, targetcertifier:string, allowprimarynamechange:boolean) : string

Parameter Description
String username The hierarchical name of the user in canonical or abbreviated form.
String targetcertifier The name of the new certifier.
boolean allowprimarynamechange
  • true if the user's primary name can be changed when the name is moved This requires R5.04 or higher on all servers involved in the move.
  • false (default) if the user's primary name cannot be changed when the name is moved
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 1 of the move. See MoveUserInHierarchyComplete for phase 2.

Language cross-reference

moveUserInHierarchyRequest in LotusScript® NotesAdministrationProcess class

moveUserInHierarchyRequest in Java AdministrationProcess class