Flow That Saves Records If the User Uses the Save_Menu

The following figure illustrates the life cycle flow that Siebel Open UI follows to save a record if the user clicks Menu, and then the Save Record menu item. The steps in the flow, after a user saves a record using Menu, are as follows:

  1. Run AppletMenuPR.Bind("menuselect") on Presentation Model (PM).

  2. Run OnControlEvent("HandleMenuClick") on PM.

  3. Run AppletMenuPM.AttachEventHandler("HandleMenuClick", function(){}) on PM.

  4. Run Menu.ProcessCommand() on PM.

  5. Review A – the A connector connects to the flow described in Flow That Saves Records If the User Uses a Shortcut.


Flow That Saves Records If the User Uses the Save Menu: This image is described in the surrounding text.