GetName Method for Applet Controls
The GetName method that Siebel Open UI uses for applet controls returns the name of an applet control. It returns this name in a string. It uses the following syntax:
GetName()
It includes no arguments.
The following example uses the GetName method:
if (control.GetName() === "Account"){
// This is the account control.
alert ("You are leaving Account. This will trigger an immediate post change");
...
For other examples that use the GetName method, see the following topics:
Customizing the Presentation Model to Identify the Records to Delete
Text Copy of Code That Does a Partial Refresh for the Presentation Model
For information about the GetName method that Siebel Open UI uses for other classes, see GetName Method for Applets see GetName Method for Application Models.