Share via


TaxWithholdCalculation_IN::tdsAccount Method [AX 2012]

Gets the tds tax posting Account.

Syntax

server public static LedgerDimensionDefaultAccount tdsAccount(
    LedgerJournalACType _accountType, 
    LedgerJournalACType _offsetAccountType, 
    AmountCur _amountCurDebit, 
    AmountCur _amountCurCredit, 
    TaxWithholdTable _taxWithholdTable, 
   [boolean _checkStatus, 
    LedgerJournalType _ledgerJournalType, 
    boolean _purchTypeCash])

Run On

Server

Parameters

  • _checkStatus
    Type: boolean
    boolean checkStatus value.
  • _purchTypeCash
    Type: boolean
    Is purchTypecash transaction.

Return Value

Type: LedgerDimensionDefaultAccount Extended Data Type
TCS tax posting Account.

See Also

Reference

TaxWithholdCalculation_IN Class