BankLCImportCharge_SA::findByLCJournalVoucher Method
Finds the record by ledger journal voucher.
Syntax
client server public static BankLCImportCharge_SA 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.
- _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 value that indicates whether the margin is for update.
Return Value
Type: BankLCImportCharge_SA Table
The record in the BankLCImportMargin table.