DimensionDefaultingEngine::filterDimensionSpecifiers Method [AX 2012]

Filters a collection of dimension specifiers.

Syntax

client server public static Map filterDimensionSpecifiers(
    Map _sourceDimensionSpecifiers, 
    Map _filteringDimensionSpecifiers, 
    boolean _isKeepMatching)

Run On

Called

Parameters

  • _sourceDimensionSpecifiers
    Type: Map Class
    The dimension specifiers to filter.
  • _filteringDimensionSpecifiers
    Type: Map Class
    The dimension specifiers that define the matching filter.
  • _isKeepMatching
    Type: boolean
    true if the dimension specifiers that match with the filtering dimension specifiers should be kept; false if the dimension specifiers that do not match with the filtering dimension specifiers should be kept.

Return Value

Type: Map Class
A map that contains the filtered dimension specifiers.

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