Share via


TaxWithholdVendStmtCISController.insertTempTable Method [AX 2012]

Inserts the report data in a temporary table.

Syntax

public void insertTempTable(
    VendAccount _vendAccount, 
    AmountMST _taxWithholdAmount, 
    AmountMST _invoiceBaseAmountTotal)

Run On

Called

Parameters

Remarks

This method prepares the data for a report.

See Also

Reference

TaxWithholdVendStmtCISController Class