LoginName Method
The LoginName method returns the login name of the user who started the Siebel application. This login name is the name that the user enters in the login dialog box. It uses the following syntax:
Application. LoginName()
It includes no arguments.
For example:
SiebelApp.S_App. LoginName();