Share via


TaxWithholdCalculation_IN.canCalculateTDS Method [AX 2012]

Checks if TDS taxes are applicable to the combination of journals.

Syntax

public boolean canCalculateTDS(
    LedgerJournalACType _accountType, 
    LedgerJournalACType _offsetAccountType, 
    AmountCur _amountCurDebit, 
    AmountCur _amountCurCredit, 
    LedgerJournalAC _account, 
    LedgerJournalAC _offsetAccount, 
    LedgerJournalType _ledgerJournalType, 
   [DimensionDynamicAccount _OffsetLedgerDimension, 
    DimensionDynamicAccount _ledgerDimension])

Run On

Server

Parameters

Return Value

Type: boolean
true, if TDS taxes are applicable to the combination of journals otherwise, false.

See Also

Reference

TaxWithholdCalculation_IN Class