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:
Sets the cursor state to busy.
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.
Adds default arguments.
Sends a request to the Siebel Server.
Navigates the user to the view that
view
specifies.