Share via


TaxListDP.insertTmpForPrimaryTaxTransRow Method [AX 2012]

Inserts a row into the TaxTransCodeTmp temporary table that represents the primary row in the report for a TaxTrans record.

Syntax

private void insertTmpForPrimaryTaxTransRow(TaxTrans _taxTrans)

Run On

Server

Parameters

  • _taxTrans
    Type: TaxTrans Table
    The TaxTrans table buffer to use to set the fields in the TaxTransCodeTmp temporary table.

See Also

Reference

TaxListDP Class