DimensionDefaultingEngine::construct Method [AX 2012]

Constructs an instance of the DimensionDefaultingEngine class.

Syntax

server public static DimensionDefaultingEngine construct(RecId _ledgerDimensionId, [boolean _saveState])

Run On

Server

Parameters

  • _ledgerDimensionId
    Type: RecId Extended Data Type
    The ID of the DimensionAttributeValueCombination record that specifies the initial dimension values.
  • _saveState
    Type: boolean
    A Boolean value that specifies whether the state must be saved after you initialize with the ledger dimension; optional.

Return Value

Type: DimensionDefaultingEngine Class
An instance of the DimensionDefaultingEngine class.

Remarks

The table reads are performed so this is not a light-weight constructor.

See Also

Reference

DimensionDefaultingEngine Class