Siebel Object Interfaces Reference > Browser Scripting >

Business Object Methods for Browser Script


Table 77 lists a summary of the business object methods' syntax.

Table 77. Business Object Methods Syntax Summary
Method
Description
Syntax

GetBusComp Method

Returns the specified business component.

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

Name Method

Returns the name of the business object.

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

Siebel Object Interfaces Reference Copyright © 2008, Oracle. All rights reserved.