ParentBusComp Method for a Business Component

The ParentBusComp method returns the name of the parent business component of a link.

Format

BusComp.ParentBusComp

No arguments are available.

Usage

The ParentBusComp method allows you to write code in the child business component that can access a field value or perform actions in the parent business component. To use this method, it might be necessary to set the Link Specification property. For more information, see Usage for the GetFieldValue Method in GetFieldValue Method for a Business Component.

Used With

COM Data Control, COM Data Server, Siebel Java Data Bean, Mobile Web Client Automation Server, Server Script

Examples

The following example is in Siebel VB. For another example, see ExecuteQuery Method for a Business Component:

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