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:
-
Run AppletMenuPR.Bind("menuselect") on Presentation Model (PM).
-
Run OnControlEvent("HandleMenuClick") on PM.
-
Run AppletMenuPM.AttachEventHandler("HandleMenuClick", function(){}) on PM.
-
Run Menu.ProcessCommand() on PM.
-
Review A – the A connector connects to the flow described in Flow That Saves Records If the User Uses a Shortcut.
