Siebel Object Interfaces Reference > Interfaces Reference > Business Component Methods >

ParentBusComp


ParentBusComp returns the parent (master) business component when given the child (detail) business component of a Link.

Syntax

oBusComp.ParentBusComp

Argument
Description
Not applicable
 

Returns

The parent business component of the Link

Usage

ParentBusComp allows you to write code in the child business component that accesses field values and performs actions on the parent business component using the normal business component mechanisms.

Used With

Server Script, Mobile/Dedicated Web Client Automation Server, COM Data Control, COM Data Server, Java Data Bean, CORBA Object Manager

Example

Here is a Siebel VB example. For another example, read ExecuteQuery.

Dim strParentName as String
...
strParentName = Me.ParentBusComp.GetFieldValue("Name")


 Siebel Object Interfaces Reference 
 Published: 18 June 2003