DimensionDefaultingEngine.fillById Method [AX 2012]

Fills internal values for the specified ledger dimensions.

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 fillById(
            RecId _ledgerDimension1, 
           [RecId _ledgerDimension2, 
            boolean _doApplyRules])

  Microsoft Dynamics AX 2012 R2 (SYS)
          private void fillById(RecId _ledgerDimension1, [RecId _ledgerDimension2])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private void fillById(RecId _ledgerDimension1, [RecId _ledgerDimension2])

  Microsoft Dynamics AX 2012 (FPK)
          private void fillById(RecId _ledgerDimension1, [RecId _ledgerDimension2])

  Microsoft Dynamics AX 2012 (SYS)
          private void fillById(RecId _ledgerDimension1, [RecId _ledgerDimension2])

Run On

Called

Parameters

  • _ledgerDimension1
    Type: RecId Extended Data Type
    The ID of the DimensionAttributeValueCombination record that specifies the dimension values.
  • _ledgerDimension2
    Type: RecId Extended Data Type
    Used by the mergeSetupLedgerDimensions method to specify the account structure additionally.

Remarks

A pending structure change in the specified ledger dimension is processed by this method through the read and fill pattern.

See Also

Reference

DimensionDefaultingEngine Class