LedgerJournalTrans::existCollectedBadDebtPeriod_JP Method
Reads the LedgerBadDebtAccounts_JP table for the specified id.
Syntax
client server public static boolean existCollectedBadDebtPeriod_JP(
TransDate _fromDate,
TransDate _toDate,
LedgerCollectedBadDebtDimension_JP _ledgerDimension)
Run On
Called
Parameters
- _fromDate
Type: TransDate Extended Data Type
From date to check.
- _toDate
Type: TransDate Extended Data Type
End date to check.
- _ledgerDimension
Type: LedgerCollectedBadDebtDimension_JP Extended Data Type
A CollectedBadDebtLedgerDimension_JP variable is used to check whethere it exist in LedgerJournalTrans.
Return Value
Type: boolean
If true, exist in LedgerJournalTrans table.