Share via


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

  • _isShip
    Type: boolean
    A boolean value.

See Also

Reference

InventTransLineTax_IN Class