TmpTaxReport_HU.initFromTaxTrans Method
Initializes the TmpTaxReport_HU 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
public Set initFromTaxTrans(
TaxTrans _taxTrans,
TransDate _periodStart,
TransDate _rundate,
ReportMode_W _reportMode_W,
[boolean _searchRelatedTaxTrans])
Microsoft Dynamics AX 2012 R2 (SYS)
public void initFromTaxTrans(
TaxTrans _taxTrans,
TransDate _periodStart,
TransDate _rundate,
ReportMode_W _reportMode_W)
Run On
Called
Parameters
- _taxTrans
Type: TaxTrans Table
The TaxTrans record to initialize the tax amounts on the TmpTaxReport_HU record.
- _periodStart
Type: TransDate Extended Data Type
The report period starting date.
- _rundate
Type: TransDate Extended Data Type
The report run date.
- _reportMode_W
Type: ReportMode_W Enumeration
The report run mode.
- _searchRelatedTaxTrans
Type: boolean