Share via


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.

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.

See Also

Reference

DimensionDefaultingControllerBase Class