Business Object Methods for Siebel VB

The following table describes a summary of business object methods you can use with Siebel VB.

Method Description Format

GetBusComp Method for a Business Object

Returns the name of a business component instance.

Dim oBusObject as BusObject

Dim oBusComp as BusComp

set oBusComp = BusObject.GetBusComp(BusCompName as String)

Name Method for a Business Object

Returns the name of a business object.

Dim oBusObject as BusObject

Dim sName as String

sName = oBusObject.Name