Share via


ServiceTaxPOTInquiry_Reversal_IN.postReversalVouchers Method [AX 2012]

Posts the reversal vouchers.

Syntax

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

Run On

Called

Parameters

  • _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_Reversal_IN Class