Siebel Object Interfaces Reference > Interfaces Reference > Business Component Methods >

Name


The Name property contains the name of the business component.

Syntax

oBusComp.Name

Argument
Description
Not applicable
 

Returns

A string containing the business component name

Used With

Browser Script, Server Script, Mobile/Dedicated Web Client Automation Server, COM Data Control, COM Data Server, Java Data Bean, CORBA Object Manager*

Example

Here is a Browser Script example:

function BusComp_PreSetFieldValue (fieldName, value)
{
   TheApplication().SWEAlert(this.Name());
}


 Siebel Object Interfaces Reference 
 Published: 18 June 2003