Share via


TaxReport::postTaxtrans_IN Method [AX 2012]

Posts a tax transaction.

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
          server public static Counter postTaxtrans_IN(
            TaxPeriod _taxPeriod, 
            RefRecId _taxRegistrationNumber, 
            RefRecId _taxRegistrationGroup, 
            boolean _isCorrections, 
            TaxReport _taxReport, 
            TaxPurchaseTaxPost _taxPurchaseTaxPost, 
            FromDate _fromDate, 
            ToDate _toDate, 
           [TransDate _transactionDate])

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static Counter postTaxtrans_IN(
            TaxPeriod _taxPeriod, 
            RefRecId _taxRegistrationNumber, 
            RefRecId _taxRegistrationGroup, 
            boolean _isCorrections, 
            TaxReport _taxReport, 
            TaxPurchaseTaxPost _taxPurchaseTaxPost, 
            FromDate _fromDate, 
            ToDate _toDate)

Run On

Server

Parameters

  • _isCorrections
    Type: boolean
    The flag of the correction.

Return Value

Type: Counter Extended Data Type
The instance of the Counter class.

See Also

Reference

TaxReport Class