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.
Calculates the number of ledger transactions for a given voucher, account number, tax reference ID, and date.
Syntax
private int calcCntLedgerTrans(
SubledgerVoucherGeneralJournalEntry _subLedgerVoucherLink,
TaxTransGeneralJournalAccountEntry _taxTransGeneralJournalAccountEntry,
MainAccount _mainAccount)
Run On
Server
Parameters
- _subLedgerVoucherLink
Type: SubledgerVoucherGeneralJournalEntry Table
A table buffer of the SubledgerVoucherLink table.
- _taxTransGeneralJournalAccountEntry
Type: TaxTransGeneralJournalAccountEntry Table
A table buffer of the TaxTransGeneralJournalAccountEntry table.
- _mainAccount
Type: MainAccount Table
A table buffer of the MainAccount table.
Return Value
Type: int
The number of transactions that matched the search criteria.