BusComp Method for Applets
The BusComp method returns the business component that the applet references. It uses the following syntax:
Applet.BusComp()
For example, the following code gets the metadata for the business component that the active applet references:
SiebelApp.S_App.FindApplet(appletName).BusComp();
Each applet references a business component. If you configure Siebel Open UI to call BusComp on an applet, then it returns the business component that this applet references.
The BusComp method includes no arguments.
For information about using BusComp in the context of a business object, see GetBusComp Method for Business Objects.