InventModelType_StdCost.postUpdatePhysical Method [AX 2012]
Processes the inventory transaction after it is updated.
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 postUpdatePhysical(
InventMovement _inventMovement,
LedgerVoucher _ledgerVoucher,
InventTrans _inventTrans,
[InventOnhand _financialInventOnhand])
Microsoft Dynamics AX 2012 R2 (SYS)
public void postUpdatePhysical(
InventMovement _inventMovement,
LedgerVoucher _ledgerVoucher,
InventTrans _inventTrans,
[InventOnhand _financialInventOnhand])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void postUpdatePhysical(
InventMovement _inventMovement,
LedgerVoucher _ledgerVoucher,
InventTrans _inventTrans,
[InventOnhand _financialInventOnhand])
Microsoft Dynamics AX 2012 (FPK)
public void postUpdatePhysical(
InventMovement _inventMovement,
LedgerVoucher _ledgerVoucher,
InventTrans _inventTrans)
Microsoft Dynamics AX 2012 (SYS)
public void postUpdatePhysical(
InventMovement _inventMovement,
LedgerVoucher _ledgerVoucher,
InventTrans _inventTrans)
Run On
Called
Parameters
- _inventMovement
Type: InventMovement Class
The InventMovement object for the transaction.
- _ledgerVoucher
Type: LedgerVoucher Class
The LedgerVoucher object for the transaction.
- _inventTrans
Type: InventTrans Table
The InventTrans record.
- _financialInventOnhand
Type: InventOnhand Class
The InventOnhand object that has the financial inventory on-hand.