Share via


CustAccountStatementExtRunBaseReport.showDefaultButton Method [AX 2012]

Determines whether to add a Default button to the dialog box.

Syntax

public boolean showDefaultButton()

Run On

Called

Return Value

Type: boolean
Always returns false.

Remarks

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

If this method is changed to return true, the button will be added.

See Also

Reference

CustAccountStatementExtRunBaseReport Class