DimensionDefaultingEngine.addSegmentsForAccountStructure Method [AX 2012]

Adds the segments to the internal cache from the specified account structure.

Syntax

private void addSegmentsForAccountStructure(
    DimensionHierarchyId _accountStructureId, 
    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