DimensionDefaultingEngine::applyDimensionSourcesServer Method [AX 2012]

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

Syntax

server private static boolean applyDimensionSourcesServer(
    DimensionDefaultingEngine _defaultingEngine, 
    container _dimensionSourcesPack, 
    int _mainAccountDefaultingPosition)

Run On

Server

Parameters

  • _mainAccountDefaultingPosition
    Type: int
    An index that specifies whether to apply the default dimension values for the main account at this position.

Return Value

Type: boolean
true if a dimension value was applied after the class was constructed; otherwise, false.

Remarks

This is necessary so the public instance method will run on the server.

See Also

Reference

DimensionDefaultingEngine Class