Share via


Tax.insertInternalStructure Method [AX 2012]

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
          protected void insertInternalStructure(
            TmpTax _tmpTax, 
            TaxCode _taxCode, 
            TaxBase _taxBaseAmount, 
            TaxBase _taxBaseAmountRaw, 
            TaxBase _taxBaseQty, 
            TaxDirection _taxDirection, 
            TaxBase _unitAmount, 
            TaxBaseCur _sourceTaxBaseAmountCur, 
            TaxBaseCur _sourceTaxBaseAmountCurRaw, 
            TransDate _calculationDate, 
            TaxWarning _taxWarning, 
           [boolean _taxOnTaxBasedOnInvoiceBalance, 
            TaxFiscalValue_BR _fiscalValue])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void insertInternalStructure(
            TmpTax _tmpTax, 
            TaxCode _taxCode, 
            TaxBase _taxBaseAmount, 
            TaxBase _taxBaseAmountRaw, 
            TaxBase _taxBaseQty, 
            TaxDirection _taxDirection, 
            TaxBase _unitAmount, 
            TaxBaseCur _sourceTaxBaseAmountCur, 
            TaxBaseCur _sourceTaxBaseAmountCurRaw, 
            TransDate _calculationDate, 
            TaxWarning _taxWarning, 
           [boolean _taxOnTaxBasedOnInvoiceBalance, 
            TaxFiscalValue_BR _fiscalValue])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void insertInternalStructure(
            TmpTax _tmpTax, 
            TaxCode _taxCode, 
            TaxBase _taxBaseAmount, 
            TaxBase _taxBaseAmountRaw, 
            TaxBase _taxBaseQty, 
            TaxDirection _taxDirection, 
            TaxBase _unitAmount, 
            TaxBaseCur _sourceTaxBaseAmountCur, 
            TaxBaseCur _sourceTaxBaseAmountCurRaw, 
            TransDate _calculationDate, 
            TaxWarning _taxWarning, 
           [boolean _taxOnTaxBasedOnInvoiceBalance])

  Microsoft Dynamics AX 2012 (FPK)
          protected void insertInternalStructure(
            TmpTax _tmpTax, 
            TaxCode _taxCode, 
            TaxBase _taxBaseAmount, 
            TaxBase _taxBaseAmountRaw, 
            TaxBase _taxBaseQty, 
            TaxDirection _taxDirection, 
            TaxBase _unitAmount, 
            TaxBaseCur _sourceTaxBaseAmountCur, 
            TaxBaseCur _sourceTaxBaseAmountCurRaw, 
            TransDate _calculationDate, 
            TaxWarning _taxWarning, 
           [boolean _taxOnTaxBasedOnInvoiceBalance])

  Microsoft Dynamics AX 2012 (SYS)
          protected void insertInternalStructure(
            TmpTax _tmpTax, 
            TaxCode _taxCode, 
            TaxBase _taxBaseAmount, 
            TaxBase _taxBaseAmountRaw, 
            TaxBase _taxBaseQty, 
            TaxDirection _taxDirection, 
            TaxBase _unitAmount, 
            TaxBaseCur _sourceTaxBaseAmountCur, 
            TaxBaseCur _sourceTaxBaseAmountCurRaw, 
            TransDate _calculationDate, 
            TaxWarning _taxWarning, 
           [boolean _taxOnTaxBasedOnInvoiceBalance])

Run On

Server

Parameters

  • _taxOnTaxBasedOnInvoiceBalance
    Type: boolean

See Also

Reference

Tax Class