Share via


LedgerTransactionsbyDimUIBuilder_CN.lookupDimensionValue Method [AX 2012]

Implements a custom lookup for dimension value.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public void lookupDimensionValue(FormStringControl _dimensionValueControl)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void lookupDimensionValue(FormStringControl _control)

Run On

Called

Parameters

Remarks

It uses the DimensionAttribute table for lookup.

See Also

Reference

LedgerTransactionsbyDimUIBuilder_CN Class