The GetName method that Siebel Open UI uses for application models. It returns the name of the current Siebel application, such as Siebel Call Center. It returns this name in a string. It uses the following syntax:

GetName() 

It includes no arguments.

For example:

activeView.ExecuteFrame (activeApplet.GetName(), [{field: this.Get("SearchField"), 
value: this.Get("SearchValue")}]) 

For information about the GetName method that Siebel Open UI uses for other classes, see GetName Method for Applets see GetName Method for Applet Controls.