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
In Siebel Tools, click Applet in the Object Explorer, and then locate the pop-up applet you modified in Creating a Pop-Up Wizard.
In the Object Explorer, expand the Applets tree, and then click Control.
- 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.
In the Object Explorer, expand the Control tree, and then click Control User Prop.
In the Control User Props list, add a new record using values from the following table.
Property Value Name
Sequence
Value
-1
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.
Repeat step 5 for the Next button using values from the following table.
Property Value Name
Sequence
Value
1