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.
Determines whether the specified record have tax withhold group.
Syntax
client server public static boolean isTaxWithholdGroupOnLJT_IN(
LedgerJournalId _ledgerJournalId,
TransDate _transDate,
Voucher _voucher)
Run On
Called
Parameters
- _ledgerJournalId
Type: LedgerJournalId Extended Data Type
The ledger journal number of the LedgerJournalTrans table record.
- _transDate
Type: TransDate Extended Data Type
The transaction date of the LedgerJournalTrans table record.
- _voucher
Type: Voucher Extended Data Type
The voucher number of the LedgerJournalTrans table record.
Return Value
Type: boolean
true if the tax without group of transaction not exits; otherwise, false.