Share via


DimensionDefaultingControllerBase.dimensionValue_enter Method [AX 2012]

Explicitly implemented dimensionValue field enter method as this field is dynamically added at runtime, no method can be specified at design time.

Syntax

private void dimensionValue_enter(FormStringControl _dimensionValue)

Run On

Called

Parameters

Remarks

The name of this method cannot change as the kernel looks for a method named [fieldname]_enter.

See Also

Reference

DimensionDefaultingControllerBase Class