Share via


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.
  • _searchRelatedTaxTrans
    Type: boolean

See Also

Reference

TmpTaxReport_HU Table