Tax.getBaseAmountPartition_IN Method [AX 2012]

Gets base amount partition.

protected TaxBase getBaseAmountPartition_IN(
    TmpTaxWorkTrans _taxWorkTrans, 
    TaxBase _baseAmount, 
    TaxBase _baseQty)

Run On

Server

Parameters

_taxWorkTrans
Type: TmpTaxWorkTrans Table
The tax work transaction.
_baseAmount
Type: TaxBase Extended Data Type
The base amount.
_baseQty
Type: TaxBase Extended Data Type
The base quantity.

Return Value

Type: TaxBase Extended Data Type
The instance of the TaxBase class.

Reference

Community Additions

ADD
Show: