Flow That Saves Records If the User Uses a_Shortcut

The following figure illustrates the life cycle flow that Siebel Open UI follows to save a record if the user simultaneously presses the CTRL and S keys. The numbers in the diagram indicate the sequence that Siebel Open UI uses during this flow. The steps in the flow, after a user saves a record using shortcut, are as follows:

  1. Review A – the A connector connects to the flow described in Flow That Saves Records If the User Uses the Save Menu.

  2. Process the commands in the Command Manager.

    • Run AttachPMBinding("FieldChange") on Presentation Model (PM).

    • Run AttachPMBinding("CellChange") on List PM.

    • Run the following on the Physical Renderer:

      SetControlValue()

      SetCellValue()

    • Run the following on PM:

      ExecuteMethod("CanUpdate")

      ExecuteMethod("CanNavigate")

  3. Call the Siebel Server.

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