Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inserts the report data in a temporary table.
Syntax
public void insertTempTable(
VendAccount _vendAccount,
AmountMST _taxWithholdAmount,
AmountMST _invoiceBaseAmountTotal)
Run On
Server
Parameters
- _vendAccount
Type: VendAccount Extended Data Type
A VendAccount value.
- _taxWithholdAmount
Type: AmountMST Extended Data Type
A TaxWithholdAmount value.
- _invoiceBaseAmountTotal
Type: AmountMST Extended Data Type
An InvoiceBaseAmount value.
Remarks
This method prepares the data for a report.