Flow That Handles a Drilldown in List Applets
The following figure illustrates the flow that Siebel Open UI follows if the user clicks a drilldown field in a list applet. The steps in the flow are as follows:
- 
        User clicks a drilldown field in a list applet. 
- 
        Run a drilldown event for links on Physical Renderer. 
- 
        Run OnControlEvent ("PHYEVENT_DRILLDOWN") on Presentation Model. 
- 
        Run AttachEventHandler ("PHYEVENT_DRILLDOWN", "OnDrillDown") on Presentation Model. 
- 
        Run OnDrillDown on PM. 
