InventTransLineTax_IN.inventPost Method [AX 2012]
This method is used to insert the data in the TaxTrans table.
Syntax
public void inventPost(
LedgerVoucher _ledgerVoucherloc,
boolean _isShip,
[InventTransferParmLine _inventTransferParmLineLoc,
InventTransferVoucherId _stockTransferVoucherId])
Run On
Server
Parameters
- _ledgerVoucherloc
Type: LedgerVoucher Class
A ledger voucher object.
- _isShip
Type: boolean
A boolean value.
- _inventTransferParmLineLoc
Type: InventTransferParmLine Table
A buffer of the InventTransferParmLine table.
- _stockTransferVoucherId
Type: InventTransferVoucherId Extended Data Type
A transfer voucher id.