Siebel Object Interfaces Reference > Browser Scripting >

Business Object Methods for Browser Script


Table 64 lists a summary of the Business Object methods' syntax.

Table 64.  Business Object Methods Syntax Summary
Method
Description
Syntax

GetBusComp Method

Returns the specified business component.

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

Name Method

Returns the name of the business object.

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

Siebel Object Interfaces Reference