Tax.insertLineInInternal Method [AX 2012]
Inserts line in internal.
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 insertLineInInternal(
TaxBase _baseAmount,
TaxBase _baseQty,
UnitOfMeasureSymbol _baseUnit,
ItemId _itemId,
TaxBase _unitAmount,
DimensionDefault _dimensionDefault,
LedgerDimensionAccount _operationLedgerDimension,
[LedgerPostingType _operationPostingType,
ExchRate _exchRate_W,
VatDueDate_W _vatDueDate_W])
Microsoft Dynamics AX 2012 R2 (SYS)
protected void insertLineInInternal(
TaxBase _baseAmount,
TaxBase _baseQty,
UnitOfMeasureSymbol _baseUnit,
ItemId _itemId,
TaxBase _unitAmount,
DimensionDefault _dimensionDefault,
LedgerDimensionAccount _operationLedgerDimension,
[LedgerPostingType _operationPostingType,
ExchRate _exchRate_W,
VatDueDate_W _vatDueDate_W])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected void insertLineInInternal(
TaxBase _baseAmount,
TaxBase _baseQty,
UnitOfMeasureSymbol _baseUnit,
ItemId _itemId,
TaxBase _unitAmount,
DimensionDefault _dimensionDefault,
LedgerDimensionAccount _operationLedgerDimension,
[LedgerPostingType _operationPostingType])
Microsoft Dynamics AX 2012 (FPK)
protected void insertLineInInternal(
TaxBase _baseAmount,
TaxBase _baseQty,
UnitOfMeasureSymbol _baseUnit,
ItemId _itemId,
TaxBase _unitAmount,
DimensionDefault _dimensionDefault,
LedgerDimensionAccount _operationLedgerDimension,
[LedgerPostingType _operationPostingType])
Microsoft Dynamics AX 2012 (SYS)
protected void insertLineInInternal(
TaxBase _baseAmount,
TaxBase _baseQty,
UnitOfMeasureSymbol _baseUnit,
ItemId _itemId,
TaxBase _unitAmount,
DimensionDefault _dimensionDefault,
LedgerDimensionAccount _operationLedgerDimension,
[LedgerPostingType _operationPostingType])
Run On
ServerParameters
- _baseAmount
- Type: TaxBase Extended Data Type
The tax base amount.
- _baseQty
- Type: TaxBase Extended Data Type
The tax base quantity.
- _baseUnit
- Type: UnitOfMeasureSymbol Extended Data Type
The tax base unit.
- _itemId
- Type: ItemId Extended Data Type
The item id.
- _unitAmount
- Type: TaxBase Extended Data Type
The tax base unit amount.
- _dimensionDefault
- Type: DimensionDefault Extended Data Type
The dimension default.
- _operationLedgerDimension
- Type: LedgerDimensionAccount Extended Data Type
The ledger dimension account.
- _operationPostingType
- Type: LedgerPostingType Enumeration
The ledger posting type.
- _exchRate_W
- Type: ExchRate Extended Data Type
The exchange rate.
- _vatDueDate_W
- Type: VatDueDate_W Extended Data Type
The vat due date.
Community Additions
ADD
Show:
Note