Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _inventTransAdjustDataMap
Type: InventTransAdjustDataMap Class
The InventTransAdjustDataMap class that holds the adjustments.
- _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.
- _inventTransCurrency
Type: InventTransCurrency_RU Enumeration
- _deferRecalc
Type: boolean
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.