Business Object Methods for Browser Script

The following table describes a summary of the business object methods you can use in Browser Script.

Method Description Format

GetBusComp Method for a Business Object

Returns the name of a business component.

var busObject;

var busComp;

busComp = busObject.GetBusComp(busCompName);

Name Method for a Business Object

Returns the name of a business object.

Var sName;

var busObject;

sName = busObject.Name();