createAdministrationProcess (NotesSession - JavaScript™)
Creates a new NotesAdministrationProcess object.
Defined in
NotesSessionSyntax
createAdministrationProcess(server:string) : NotesAdministrationProcess (JavaScript)
Parameter | Description |
---|---|
server |
The name of the server containing the Administration Requests database (ADMIN4.NSF). An empty string means the local computer. The server must contain a replica of the Certification Log. You must have access privileges to the Domino® Directory on the server for Administration Process requests that use it. |
Return value | Description |
---|---|
NotesAdministrationProcess (JavaScript) |
The newly created NotesAdministrationProcess object. |