LOTUSSCRIPT/COM/OLE CLASSES
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$
noteID$
The NotesAdministrationProcess properties must specify a certifier.
Language cross-reference
upgradeUserToHierarchical in Java AdministrationProcess class
Example