Develop > Wizards > Using the Wizard Tool > Cancel Expressions tab field definitions

Cancel Expressions tab field definitions

Enter system language expressions or JavaScript code that will execute if the end user clicks the Cancel button. This cleans up variables that were used in the wizard to ensure correct behavior the next time the wizard is executed.

Field Description

Expressions Executed on Cancel subtab

cancel.expressions

Enter any expressions that will execute when a user cancels the wizard process. This provides the wizard creator an opportunity to reset values or clean up variables initialized in the wizard.

JavaScript Executed on Cancel subtab

javascript.cancel

Enter any JavaScript code that should be used to reset values and clean up variables that were initialized in the wizard.