Share via


TaxWithhold_IN.initFromTaxWithholdTrans Method [AX 2012]

insert record to TmpTaxWithholdSettledComponents_IN table from TaxWithholdTrans_IN.

Syntax

public void initFromTaxWithholdTrans(
    TransDate _fromDate, 
    TransDate _toDate, 
    TaxWithholdComponentGroupRecId_IN _taxWithholdComponentGroupRecId, 
    TaxWithholdSettleTrans_IN _taxWithholdSettleTrans, 
   [Voucher _newVoucher])

Run On

Called

Parameters

Remarks

insert record to TmpTaxWithholdSettledComponents_IN table from TaxWithholdTrans_IN.

See Also

Reference

TaxWithhold_IN Class