Share via


DimensionDefaultingControllerBase.dimensionValue_lookup Method [AX 2012]

Provides the look-up interaction for the individual dimension attribute lookup controls.

Syntax

private void dimensionValue_lookup(FormStringControl _dimensionValue)

Run On

Called

Parameters

Remarks

The name of this method cannot change because the kernel looks for a method named the name of the field, followed by _lookup.

This method explicitly implements a dimensionValue field lookup method. Because this field is dynamically added at runtime, no method can be specified at design time.

See Also

Reference

DimensionDefaultingControllerBase Class