Adding Navigation Controls to a Pop-Up Wizard

You can add navigation controls that allow the user to navigate between the pages of a pop-up wizard.

To add navigation controls to a pop-up wizard

  1. In Siebel Tools, click Applet in the Object Explorer, and then locate the pop-up applet you modified in Creating a Pop-Up Wizard.

  2. In the Object Explorer, expand the Applets tree, and then click Control.

  3. In the Controls list, add a new control for the Previous button using values from the following table.
    Property Value

    Name

    Previous

    Caption

    Previous

    Method Invoked

    PostChanges

    The Previous button saves the modifications that the user makes, and then navigates the user back to the page whose sequence number is one less than the current page.

  4. In the Object Explorer, expand the Control tree, and then click Control User Prop.

  5. In the Control User Props list, add a new record using values from the following table.

    Property Value

    Name

    Sequence

    Value

    -1

  6. Repeat step 3 for the Next button using values from the following table.

    Property Value

    Name

    Next

    Caption

    Next

    Method Invoked

    PostChanges

    The Next button saves the modifications that the user makes, and then navigates the user to the page whose sequence number is one greater than the current page.

  7. Repeat step 5 for the Next button using values from the following table.

    Property Value

    Name

    Sequence

    Value

    1