DimensionDefaultingControllerBase.handleValueModified Method [AX 2012]
Processes the direct entry of a value string.
Syntax
protected boolean handleValueModified(int _dimAttrIndex, DimensionValue _text)
Run On
Called
Parameters
- _dimAttrIndex
Type: int
The control index of the specified dimension attribute that the value to set.
- _text
Type: DimensionValue Extended Data Type
The string to which to change the value.
Return Value
Type: boolean
true if the field can be modified; otherwise, false.
Remarks
This method is marked protected in order to provide unit test coverage from a derived proxy class.