Siebel Object Interfaces Reference > Interfaces Reference > Application Methods >

ActiveBusObject


ActiveBusObject returns the business object for the business component of the active applet.

Syntax

Application.ActiveBusObject

Argument
Description
Not applicable
 

Returns

The business object that contains the business component associated with the active applet

Usage

Do not use ActiveBusObject in any event handler that may be initiated by the COM Data Server, COM Data Control, CORBA Object Manager, or Java Data Bean.

Used With

Browser Script, Mobile/Dedicated Web Client Automation Server, Server Script

Example

Here is a Browser Script example:

var oBusObj;

oBusObj = TheApplication().ActiveBusObject()
TheApplication().SWEAlert("The active business object is " + oBusObj.Name() + ".")


 Siebel Object Interfaces Reference 
 Published: 18 June 2003