Share via


TaxWithholdVendStmtCISDP.insertTempTable Method [AX 2012]

Inserts the report data in a temporary table.

Syntax

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

Run On

Server

Parameters

Remarks

This method prepares the data for a report.

See Also

Reference

TaxWithholdVendStmtCISDP Class