Share via


InventCostProdAdjust::adjustFromInventCostRevaluate Method [AX 2012]

Adjusts production orders.

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
          client server public static void adjustFromInventCostRevaluate(
            InventTransAdjustDataMap _inventTransAdjustDataMap, 
            LedgerVoucher _ledgerVoucher, 
            boolean _recalc, 
           [InventTransCurrency_RU _inventTransCurrency, 
            boolean _deferRecalc])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static void adjustFromInventCostRevaluate(
            InventTransAdjustDataMap _inventTransAdjustDataMap, 
            LedgerVoucher _ledgerVoucher, 
            boolean _recalc, 
           [InventTransCurrency_RU _inventTransCurrency])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static void adjustFromInventCostRevaluate(
            InventTransAdjustDataMap _inventTransAdjustDataMap, 
            LedgerVoucher _ledgerVoucher, 
            boolean _recalc)

  Microsoft Dynamics AX 2012 (FPK)
          client server public static void adjustFromInventCostRevaluate(
            InventTransAdjustDataMap _inventTransAdjustDataMap, 
            LedgerVoucher _ledgerVoucher, 
            boolean _recalc)

  Microsoft Dynamics AX 2012 (SYS)
          client server public static void adjustFromInventCostRevaluate(
            InventTransAdjustDataMap _inventTransAdjustDataMap, 
            LedgerVoucher _ledgerVoucher, 
            boolean _recalc)

Run On

Called

Parameters

  • _ledgerVoucher
    Type: LedgerVoucher Class
    The ledger voucher to which the postings should be added.
  • _recalc
    Type: boolean
    A Boolean value that indicates whether the production order should be recalculated.

Remarks

When the revaluation is triggered during a production ending, the recalculation of the ProdCalcTrans records can be spared, because it occurs anyway in the other process.

See Also

Reference

InventCostProdAdjust Class