Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _tmpTax
Type: TmpTax Table
- _taxCode
Type: TaxCode Extended Data Type
- _taxBaseAmount
Type: TaxBase Extended Data Type
- _taxBaseAmountRaw
Type: TaxBase Extended Data Type
- _taxBaseQty
Type: TaxBase Extended Data Type
- _taxDirection
Type: TaxDirection Enumeration
- _unitAmount
Type: TaxBase Extended Data Type
- _sourceTaxBaseAmountCur
Type: TaxBaseCur Extended Data Type
- _sourceTaxBaseAmountCurRaw
Type: TaxBaseCur Extended Data Type
- _calculationDate
Type: TransDate Extended Data Type
- _taxWarning
Type: TaxWarning Enumeration
- _taxOnTaxBasedOnInvoiceBalance
Type: boolean
- _fiscalValue
Type: TaxFiscalValue_BR Enumeration