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:

  1. Run OnControlEvent("PHYEVENT_INVOKE_CONTROL") on Presentation Model (PM).

    Bind events in the Physical Renderer.

  2. Run ExeuteMethod("InvokeMethod") on PM.

  3. Call Siebel Server for the NewRecord method.

For more information, see DeleteRecord Method, WriteRecord Method, and NewRecord Method.

Flow That Creates New Records in List Applets, Calling the Siebel Server: This image is described in the surrounding text