DimensionDefaultingEngine::overrideDimensionSpecifiers Method [AX 2012]

Updates a collection of dimension specifiers with the specified override dimension values.

Syntax

client server public static void overrideDimensionSpecifiers(Map _dimensionSpecifiers, Map _overrideValues)

Run On

Called

Parameters

  • _dimensionSpecifiers
    Type: Map Class
    A map that defines the base collection of dimension specifiers.
  • _overrideValues
    Type: Map Class
    A map that contains the dimension specifiers that define the override values.

Remarks

The _dimensionSpecifiers map is updated with the override values.

See Also

Reference

DimensionDefaultingEngine Class