Share via


DimensionDefaultingControllerBase.dimensionValueName_enter Method [AX 2012]

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

Syntax

private void dimensionValueName_enter(FormStringControl _dimensionValueName)

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