Share via


DimensionDefaultingControllerBase.dimensionValue_jumpRef Method [AX 2012]

Provides the go to main table functionality and starts the correct backing form in edit mode with the currently selected value.

Syntax

public void dimensionValue_jumpRef(FormStringControl _dimensionValue)

Run On

Called

Parameters

Remarks

The name of this method cannot change as the kernel looks for a method that is named the name of the field, followed by _jumpRef.

This method explicitly implements the _dimensionValue parameter of the jumpRef method. Because this field is dynamically added at runtime, no method can be specified at design time.

See Also

Reference

DimensionDefaultingControllerBase Class