Finding Components According to IDs
Siebel Open UI maps the Id of the component to the name of this component. It does the same mapping when it uses the MakeComponent method to create a dependency. You can use the following code to find a component according to the component Id:
var cmpObj = SiebelAppFacade.ComponentMgr.FindComponent({id :
"custom_dependency_object"});