Share via


TaxWithholdCalculation_IN.canCalculateTCS Method [AX 2012]

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

Syntax

public boolean canCalculateTCS(
    LedgerJournalACType _accountType, 
    LedgerJournalACType _offsetAccountType, 
    AmountCur _amountCurDebit, 
    AmountCur _amountCurCredit, 
    LedgerJournalAC _account, 
    LedgerJournalAC _offsetAccount, 
    LedgerJournalType _ledgerJournalType)

Run On

Server

Parameters

Return Value

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

See Also

Reference

TaxWithholdCalculation_IN Class