Share via


TaxWithholdCalculation_IN.getValueForPerTransThresholdCompare Method [AX 2012]

Calculates the ValueForOneShotThresholdCompare

Syntax

private container getValueForPerTransThresholdCompare(
    TaxWithholdTable _taxWithholdTable, 
    TransDate _transDate, 
    AccountNum _accountNum, 
    TaxWithholdGroup _taxWithholdGroup, 
    CurrencyExchangeHelper _exchangeRateHelper, 
    CurrencyCode _sourceCurrency, 
    TaxModuleType _taxModuleType, 
    RefTableId _sourceTableId, 
   [boolean _isByCash])

Run On

Server

Parameters

  • _isByCash
    Type: boolean
    whether it is by cash.

Return Value

Type: container
Calculated grossAmount.

See Also

Reference

TaxWithholdCalculation_IN Class