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/Dedicated 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