findServerInDomain (NotesAdministrationProcess - JavaScript™)
Enters a request in the Administration Requests database to find all occurrences of a server in a domain.
Defined in
NotesAdministrationProcessSyntax
findServerInDomain(server:string)
: string
Parameter | Description |
---|---|
String server |
The name of the server. |
Return value | Description |
---|---|
String |
The note ID of an entry created in the Administration Requests database. |
Usage
This method triggers the "Find Name in Domain" administration process request.Results are posted to response documents in the Administration Requests database.
Language cross-reference
findServerInDomain in LotusScript® NotesAdministrationProcess classfindServerInDomain in Java™ AdministrationProcess class