Siebel Wireless Administration Guide > Configuring Siebel Wireless > Configuring Siebel Wireless with Siebel Tools >

Rerouting Users to Different Views in Siebel Wireless


By default, when a user performs certain actions, the methods called by those actions return the user to the view from which the method was called. This is true for the following methods:

  • DeleteRecord
  • WriteRecord
  • EditRecord
  • NewRecord
  • ExecuteQuery

For example, when a user chooses the Submit button that calls WriteRecord, Siebel Wireless returns the user to the view on which the Submit button appeared.

You can override this behavior, returning the user to a specified view. You will use Siebel Tools to make changes for each applet.

To reroute the return view

  1. In Siebel Tools, change the applet's Class property.
    If...
    Then...

    The applet is a form.

    Set the Class property to CSSFrameRerouteBase.

    The applet is a list.

    Set the Class property to CSSFrameRerouteListBase.

  2. At the Control level, create a User Property named View, and set it equal to the name of the view to which you want to return users.

    Use this format: view=view_name

    where view_name is the name of the view as it is named in Siebel Tools.

Siebel Wireless Administration Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.