Work That Siebel Open UI Does When It Runs the GotoView Method

Siebel Open UI does the following work when it runs the GotoView method:

  1. Sets the cursor state to busy.

  2. Runs any required validation steps. If a validation fails in the client, then Siebel Open UI returns a value of false and exits the GotoView method. Implicit Commit is an example of a validation.

  3. Adds default arguments.

  4. Sends a request to the Siebel Server.

  5. Navigates the user to the view that view specifies.