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.
Processes the inventory transaction after it is updated financial.
Syntax
public void postUpdateFinancial(
InventMovement _inventMovement,
LedgerVoucher _ledgerVoucher,
InventTrans _inventTrans,
[InventOnhand _inventOnhand])
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 buffer.
- _inventOnhand
Type: InventOnhand Class
The InventOnhand object that has the physical or financial inventory available.
Remarks
The method must be called after the InventTrans buffer is updated financial.