Siebel Object Interfaces Reference > Browser Scripting >

Business Object


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

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

var busObject;
var Comp;
busComp = busObject.GetBusComp(busCompName);

Function that returns the name of the control.

Var sName;
var busObject;
sName = budObject.Name();


 Siebel Object Interfaces Reference 
 Published: 18 June 2003