DimensionDefaultingEngine::addDimensionSpecifiers Method [AX 2012]

Adds two collections of dimension specifiers together.

Syntax

client server public static Map addDimensionSpecifiers(Map _dimensionSpecifiers1, Map _dimensionSpecifiers2)

Run On

Called

Parameters

  • _dimensionSpecifiers1
    Type: Map Class
    The first collection of dimension specifiers.
  • _dimensionSpecifiers2
    Type: Map Class
    The second collection of dimension specifiers.

Return Value

Type: Map Class
A map that contains the union of the dimension specifier collections.

Remarks

The map key is the dimension attribute ID.

The map value is a container with a display value and a record ID.

See Also

Reference

DimensionDefaultingEngine Class