Share via


TaxWithholdCalculation_IN.getGrossAmountConsideringThreshold Method [AX 2012]

Calculates the GrossAmount for the WithholdTax calculation based on the threshold limit.

Syntax

private container getGrossAmountConsideringThreshold(
    TaxWithholdTable _taxWithholdTable, 
    TransDate _transDate, 
    AccountNum _accountNum, 
    TaxWithholdGroup _taxWithholdGroup, 
    CurrencyExchangeHelper _exchangeRateHelper, 
    CurrencyCode _sourceCurrency, 
    TaxModuleType _taxModuleType, 
    RefTableId _sourceTableId)

Run On

Server

Parameters

Return Value

Type: container
Calculated grossAmount.

See Also

Reference

TaxWithholdCalculation_IN Class