The following figure illustrates the life cycle flow that Siebel Open UI follows during the call that it makes to the Siebel Server when it creates a new record in a list applet. Siebel Open UI typically calls the following methods during this flow: NewRecord, DeleteRecord, EditField, WriteRecord, and so on. The steps in the flow, after a user clicks the New button, are as follows:
-
Run OnControlEvent("PHYEVENT_INVOKE_CONTROL") on Presentation Model (PM).
Bind events in the Physical Renderer.
-
Run ExeuteMethod("InvokeMethod") on PM.
-
Call Siebel Server for the NewRecord method.
For more information, see DeleteRecord Method, WriteRecord Method, and NewRecord Method.