LOTUSSCRIPT/COM/OLE CLASSES


UpgradeUserToHierarchical method
Example

Enters a request in the Administration Requests database to upgrade a user from a flat ID to a hierarchical ID.

Defined in

NotesAdministrationProcess

Syntax

noteID$ = notesAdministrationProcess.UpgradeUserToHierarchical( username$ [ , orgunit$ ] [ , altcommonname$ ] [ , altorgunit$ ] [ , altlanguage$ ] )

Parameters

username$


orgunit$
altcommonname$
altorgunit$
altlanguage$
Return value

noteID$


Usage

The NotesAdministrationProcess properties must specify a certifier.

Language cross-reference

upgradeUserToHierarchical in Java AdministrationProcess class

Example