DimensionDefaultingEngine.applyDimensionSpecifiesWithMainAccount Method [AX 2012]

Fills any empty segments that match one of the specified dimension values.

Syntax

private void applyDimensionSpecifiesWithMainAccount(
    ListEnumerator _enumerator, 
    int _mainAccountDefaultingPosition, 
    int _lastPosition)

Run On

Called

Parameters

  • _enumerator
    Type: ListEnumerator Class
    An enumeration value whose elements are maps of dimension specifiers.
  • _mainAccountDefaultingPosition
    Type: int
    An index that indicates the default dimension values for the main account should be applied at this position.
  • _lastPosition
    Type: int
    An index that indicates the location after all of the maps in the specified enumerator.

See Also

Reference

DimensionDefaultingEngine Class