Share via


InventCostMovement.checkBackDate Method [AX 2012]

Checks whether a revaluation for the current transaction is necessary.

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
          protected void checkBackDate(LedgerVoucher _ledgerVoucher, InventTransCurrency_RU _inventTransCurrency)

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void checkBackDate(LedgerVoucher _ledgerVoucher, InventTransCurrency_RU _inventTransCurrency)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void checkBackDate(LedgerVoucher _ledgerVoucher)

  Microsoft Dynamics AX 2012 (FPK)
          protected void checkBackDate(LedgerVoucher _ledgerVoucher)

  Microsoft Dynamics AX 2012 (SYS)
          protected void checkBackDate(LedgerVoucher _ledgerVoucher)

Run On

Called

Parameters

Remarks

If InventItemPrice records in the future from the current transaction date exist, for each new price, a revaluation is necessary. This is done by calling the InventCostRevaluate::revaluateCostTransList method.

See Also

Reference

InventCostMovement Class