Share via


TaxReportingDP.insertTaxReportingTmp Method [AX 2012]

Inserts records into the TaxReportingTmp table.

Syntax

private void insertTaxReportingTmp(boolean _flag, boolean _offset)

Run On

Server

Parameters

  • _flag
    Type: boolean
    The flag assigns data from either the TaxReportPeriod table or parameters passed from dialog.
  • _offset
    Type: boolean
    true if this is the offset for the use tax; otherwise, false.

See Also

Reference

TaxReportingDP Class