GetAppTitle Method
The GetAppTitle method returns the title of the current Siebel application. It returns this title in a string. It uses the following syntax:
GetAppTitle()
It includes no arguments.
For example:
var appTitle = SiebelApp.S_App.GetAppTitle();
if (appTitle === "Siebel Call Center"){
...