DimensionDefaultingController.handleValueModified Method [AX 2012]
Processes the direct entry of a value string.
Syntax
protected boolean handleValueModified(int _dimAttrIndex, String30 _text)
Run On
Called
Parameters
- _dimAttrIndex
Type: int
The control index of the specified DimensionAttribute record where the value is being set.
- _text
Type: String30 Extended Data Type
The string to which the value is being changed.
Return Value
Type: boolean
true if the modification of the field is allowed; otherwise, false.
Remarks
This method is marked protected in order to provide unit test coverage from a derived proxy class.