Share via


LvNRTaxCreate.showDefaultButton Method [AX 2012]

Determines whether a Default button is added to the dialog box.

Syntax

public boolean showDefaultButton()

Run On

Server

Return Value

Type: boolean
Always returns false, by default.

Remarks

If you change the return value to true, the button is added.

If you click the Default button, you reset the parameters to the default values that are specified in the initParmDefault method.

See Also

Reference

LvNRTaxCreate Class