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.
Checks whether there exists margin with the specific voucher.
Syntax
client server public static boolean existVoucher(
BankLCRefRecId _bankLCImportRefRecId,
LedgerJournalId _ledgerJournalId,
Voucher _voucher,
TransDate _transDate)
Run On
Called
Parameters
- _bankLCImportRefRecId
Type: BankLCRefRecId Extended Data Type
The record ID of bank letter of credit import.
- _ledgerJournalId
Type: LedgerJournalId Extended Data Type
The ledger journal name.
- _voucher
Type: Voucher Extended Data Type
The posted voucher number.
- _transDate
Type: TransDate Extended Data Type
The transaction date of posted voucher.
Return Value
Type: boolean
true if there exists margin with the specific voucher; otherwise, false.