DimensionDefaultingEngine.applyDimensionSpecifiers Method [AX 2012]

Fills any empty segments that match with one of the dimension specifiers.

Syntax

public boolean applyDimensionSpecifiers(Map _dimensionSpecifiers)

Run On

Called

Parameters

  • _dimensionSpecifiers
    Type: Map Class
    A map that contains the dimension specifiers to apply.

Return Value

Type: boolean
true if all segments are filled; otherwise, false.

Remarks

The modified value is set if any dimension specifier is applied.

See Also

Reference

DimensionDefaultingEngine Class