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.
Finalizes an inventory cost movement.
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
public void finalizeCostMovement(
InventMovement _inventMovement,
LedgerVoucher _ledgerVoucher,
InventCostTransState _costTransState,
[boolean _isReturn,
InventTransCurrency_RU _inventTransCurrency,
boolean _zeroQty])
Microsoft Dynamics AX 2012 R2 (SYS)
public void finalizeCostMovement(
InventMovement _inventMovement,
LedgerVoucher _ledgerVoucher,
InventCostTransState _costTransState,
[boolean _isReturn,
InventTransCurrency_RU _inventTransCurrency,
boolean _zeroQty])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void finalizeCostMovement(
InventMovement _inventMovement,
LedgerVoucher _ledgerVoucher,
InventCostTransState _costTransState,
[boolean _isReturn])
Microsoft Dynamics AX 2012 (FPK)
public void finalizeCostMovement(
InventMovement _inventMovement,
LedgerVoucher _ledgerVoucher,
InventCostTransState _costTransState,
[boolean _isReturn])
Microsoft Dynamics AX 2012 (SYS)
public void finalizeCostMovement(
InventMovement _inventMovement,
LedgerVoucher _ledgerVoucher,
InventCostTransState _costTransState,
[boolean _isReturn])
Run On
Called
Parameters
- _inventMovement
Type: InventMovement Class
The inventory cost movement.
- _ledgerVoucher
Type: LedgerVoucher Class
The ledger voucher.
- _costTransState
Type: InventCostTransState Enumeration
The cost transaction state.
- _isReturn
Type: boolean
A Boolean value that determines whether the cost transaction is a return; optional.
- _inventTransCurrency
Type: InventTransCurrency_RU Enumeration
- _zeroQty
Type: boolean
Exceptions
Exception | Condition |
---|---|
Error | The parameters have changed. |