DimensionDefaultingControllerBase.handleValueModified Method [AX 2012]

Processes the direct entry of a value string.

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.

This method is marked protected in order to provide unit test coverage from a derived proxy class.

Community Additions

ADD
Show: