DimensionDefaultingEngine.addRuleHierarchies Method [AX 2012]

Adds the rules hierarchies.

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
          private void addRuleHierarchies(
            Map _dimensionValues, 
            boolean _addValues, 
           [LedgerDimensionType _ledgerDimensionType])

  Microsoft Dynamics AX 2012 R2 (SYS)
          private void addRuleHierarchies(
            Map _dimensionValues, 
            boolean _addValues, 
           [LedgerDimensionType _ledgerDimensionType])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private void addRuleHierarchies(Map _dimensionValues, boolean _addValues)

  Microsoft Dynamics AX 2012 (FPK)
          private void addRuleHierarchies(Map _dimensionValues, boolean _addValues)

  Microsoft Dynamics AX 2012 (SYS)
          private void addRuleHierarchies(Map _dimensionValues, boolean _addValues)

Run On

Called

Parameters

  • _dimensionValues
    Type: Map Class
    A map that contains dimension specifiers that are used to specify the segment values.
  • _addValues
    Type: boolean
    A Boolean value that indicates whether to cache the segment values.

See Also

Reference

DimensionDefaultingEngine Class