Siebel Object Interfaces Reference > Interfaces Reference > Applet Methods >

BusObject


BusObject returns the business object for the business component of the applet.

Syntax

oApplet.BusObject()

Argument
Description
Not applicable
 

Returns

The business object for the applet's business component.

Used With

Browser Script, Server Script

Example

Here is a Siebel VB example:

Sub WebApplet_Load
      Dim oBusObject As BusObject
      Dim oBusComp As BusComp
      Set oBusObject = Me.BusObject

End Sub

Here is an eScript example:

function WebApplet_Load ()
{
   var busObj = this.BusObject();
}


 Siebel Object Interfaces Reference 
 Published: 18 June 2003