Name Method for a Business Component
The Name method returns a string that contains the name of a business component.
Format
BusComp.Name()
No arguments are available.
Used With
Browser Script, COM Data Control, COM Data Server, Siebel Java Data Bean, Mobile Web Client Automation Server, Server Script
Examples
The following example is in Browser Script:
function BusComp_PreSetFieldValue (fieldName, value)
{
theApplication().SWEAlert(this.Name());
}