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.
Finds the specified record in the BankLCImportMargin table by using the ledger journal voucher.
Syntax
client server public static BankLCImportMargin findByLCJournalVoucher(
BankLCRefRecId _bankLCImport,
LedgerJournalId _journalNum,
Voucher _voucher,
TransDate _postedDate,
[boolean _forUpdate])
Run On
Called
Parameters
- _bankLCImport
Type: BankLCRefRecId Extended Data Type
The record ID of the BankLCImport record to find.
- _journalNum
Type: LedgerJournalId Extended Data Type
The journal number.
- _voucher
Type: Voucher Extended Data Type
The posted voucher number.
- _postedDate
Type: TransDate Extended Data Type
The posted transaction date.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: BankLCImportMargin Table
The specified record in the BankLCImportMargin table; otherwise, and empty record.