Siebel Object Interfaces Reference > Siebel eScript Quick Reference >

Business Object


Table 84 lists a summary of the Business Object Methods syntax.

Table 84.  Business Object Methods Syntax Summary
Method
Description
Syntax
Function that returns the specified business component.

var myBusObject;
var myBusComp;
myBusComp = myBusObject.GetBusComp(BusCompName);

Function that returns the name of the control.

var myBusObject as BusObject;
var sName;
sName = myBusObject.Name();


 Siebel Object Interfaces Reference 
 Published: 18 June 2003