Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _accountType
Type: LedgerJournalACType Enumeration
The AccountType.
- _offsetAccountType
Type: LedgerJournalACType Enumeration
The offsetAccountType.
- _amountCurDebit
Type: AmountCur Extended Data Type
The AmountCurDebit.
- _amountCurCredit
Type: AmountCur Extended Data Type
The AmountCurCredit.
- _taxWithholdTable
Type: TaxWithholdTable Table
The TaxWithholdTable buffer.
- _checkStatus
Type: boolean
boolean checkStatus value.
- _ledgerJournalType
Type: LedgerJournalType Enumeration
The LedgerJournalType value.
- _purchTypeCash
Type: boolean
Is purchTypecash transaction.
Return Value
Type: LedgerDimensionDefaultAccount Extended Data Type
TCS tax posting Account.