Share via


TaxReportController_IT.insertIntoTemptable Method [AX 2012]

Inserts data into the TaxReportTmp_IT temporary table.

Syntax

private void insertIntoTemptable(Common _cursor, Counter _counterVATPaymentLines)

Run On

Called

Parameters

  • _cursor
    Type: Common Table
    A pointer to the invoking table.
  • _counterVATPaymentLines
    Type: Counter Extended Data Type
    A counter value that is used in the insertion of the VATPayment details into the TaxReportTmp_IT temporary table.

See Also

Reference

TaxReportController_IT Class