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

Name Method


The Name property contains the name of the business component.

Syntax

BusComp.Name

Argument
Description

Not applicable

 

Returns

A string containing the business component name

Used With

Browser Script, COM Data Control, COM Data Server, Java Data Bean, Mobile Web Client Automation Server, Server Script

Example

The following example is in Browser Script:

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

Siebel Object Interfaces Reference