Share via


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.

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.

See Also

Reference

DimensionDefaultingController Class