.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


CommonUserName property
Example

Read-only. The common name portion of the current user's name.

Defined in

NotesSession

Data type

String

Syntax

To get: commonName$ = notesSession.CommonUserName

Usage

When a script runs on the workstation, the user is the person running Notes. When a script runs on the server, the user is the server. For agents that run on a server, therefore, this property returns the common name of the server.

If the user's name is flat (non-hierarchical), the CommonUserName is the same as the UserName.

Language cross-reference

CommonUserName property in Java Session class

Example
See Also