DimensionDefaultingControllerBase.updateValues Method [AX 2012]
Updates the status of the value controls to enabled or disabledand whether it should be cleared.
Syntax
public void updateValues(NoYesUnchanged _allowEdit, [boolean _clearValues])
Run On
Called
Parameters
- _allowEdit
Type: NoYesUnchanged Enumeration
An enumeration value that indicates whether to set the allow edit property on the control or leave it unchanged.
- _clearValues
Type: boolean
A Boolean value that specifes whether to clear the current values.