Siebel Object Interfaces Reference > Interfaces Reference > Application Methods >

ActiveBusComp Method


ActiveBusComp returns the business component associated with the active applet.

Syntax

theApplication().ActiveBusComp();

Argument
Description

Not applicable

 

Returns

The business component associated with the active applet

Used With

Browser Script

Example

function Applet_Load ()
{
   var activeBC = theApplication().ActiveBusComp();
   activeBC = activeBC.Name();
   alert(activeBC);
}

Siebel Object Interfaces Reference