Share via


ServiceTaxPOTInquiry_Reclaim_IN.postReclaimVouchers Method [AX 2012]

Posts the reversal vouchers.

Syntax

public boolean postReclaimVouchers(
    TmpTaxWorkTrans _tmpTaxWorkTrans, 
    TaxTrans_IN _taxTransIN, 
    Percent _factor)

Run On

Called

Parameters

  • _tmpTaxWorkTrans
    Type: TmpTaxWorkTrans Table
    The proportionated taxes that are available for reclamation.
  • _taxTransIN
    Type: TaxTrans_IN Table
    The TaxTrans_IN record for the original posted taxes.

Return Value

Type: boolean
true if the voucher is created successfully; otherwise, false.

See Also

Reference

ServiceTaxPOTInquiry_Reclaim_IN Class