PrintMgmtSetupUICtrlSettingsConditional.validate Method [AX 2012]

Verifies the values in the user interface are acceptable.

public boolean validate()

Run On

Called

Return Value

Type: boolean
true if all values are valid; otherwise, false.

This method is called before the saveChanges method. The saveChanges method will only be called if this method returns true. Override for the same method in the PrintMgmtSetupUICtlDisplayable interface.

Community Additions

ADD
Show: