Share via


TradeNonStockedConversionWizard.setupNavigation Method [AX 2012]

Enables and disables the navigation buttons.

Syntax

protected void setupNavigation()

Run On

Client

Remarks

Use this method to set up the two arrays: nextEnabled[] and backEnabled[] Call this.nextEnabled(boolean) and this.backEnabled(boolean) to enable or disable the buttons at runtime.

See Also

Reference

TradeNonStockedConversionWizard Class