Share via


BankLCImportMargin::findByLCJournalVoucher Method

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

  • _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.

See Also

Reference

BankLCImportMargin Table