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
- _taxPeriod
Type: TaxPeriod Extended Data Type
The tax period.
- _taxRegistrationNumber
Type: RefRecId Extended Data Type
The tax registration number.
- _taxRegistrationGroup
Type: RefRecId Extended Data Type
The tax registration group.
- _isCorrections
Type: boolean
The flag of the correction.
- _taxReport
Type: TaxReport Class
The tax report.
- _taxPurchaseTaxPost
Type: TaxPurchaseTaxPost Class
The tax purchase tax post.
- _fromDate
Type: FromDate Extended Data Type
The from date.
- _toDate
Type: ToDate Extended Data Type
The to date.
- _transactionDate
Type: TransDate Extended Data Type
Return Value
Type: Counter Extended Data Type
The instance of the Counter class.