Siebel Object Interfaces Reference > Siebel VB Quick Reference > Object Interfaces Reference >

Business Object Methods for Siebel VB


Table 120 describes a summary of business object methods you can use with Siebel VB.

Table 120. Summary of Business Object Methods for 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

Siebel Object Interfaces Reference Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.