Share via


InventStdCostConvItemTransfer.showDefaultButton Method [AX 2012]

Indicates whether a Default button is to be added to the dialog box.

Syntax

public boolean showDefaultButton()

Run On

Called

Return Value

Type: boolean
false by default.

Remarks

If you click this button it will reset the parameters to the default that is specified in the initParmDefault method.

To add a Default button, override this method to return true.

See Also

Reference

InventStdCostConvItemTransfer Class