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 a row in the TaxTransCodeTmp table representing the primary row in the report for a TaxTrans record.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
private void insertTmpForPrimaryTaxTransRow(
QueryRun _queryRun,
TaxTrans _taxTrans,
[boolean useTaxTransSourceDocumentLine])
Microsoft Dynamics AX 2012 R2 (SYS)
private void insertTmpForPrimaryTaxTransRow(QueryRun _queryRun, TaxTrans _taxTrans)
Run On
Server
Parameters
- _queryRun
Type: QueryRun Class
The QueryRun object that contains the joined table buffers from which to retrieve additional information.
- _taxTrans
Type: TaxTrans Table
The TaxTrans table buffer to set the fields in the TaxTransCodeTmp temporary table.
- useTaxTransSourceDocumentLine
Type: boolean