PrintMgmtSetupUICtrlEmpty.isDirty Method [AX 2012]

Indicates whether the value has been modified and must be saved.

public boolean isDirty()

Run On

Called

Return Value

Type: boolean
true if the value has been modified; otherwise, false.

Only user actions can modify the value. This is a composite value. If there are subordinate values, the isDirty value will rollup the isDirty value. For example, if any part of a composite value has been modified, the whole is considered modified and the isDirty value will be set to true. Override for the same method in the PrintMgmtSetupUICtlDisplayable interface.

Community Additions

ADD
Show: