LedgerJournalTransVoucherTemplate::find Method
Finds the specified record in the LedgerJournalTransVoucherTemplate table.
Syntax
client server public static LedgerJournalTransVoucherTemplate find(
LedgerJournalType _journalType,
LedgerJournalId _journalNum,
Voucher _voucher,
[boolean _readForUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _journalType
Type: LedgerJournalType Enumeration
- _journalNum
Type: LedgerJournalId Extended Data Type
- _voucher
Type: Voucher Extended Data Type
- _readForUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: LedgerJournalTransVoucherTemplate Table
Returns a record in the LedgerJournalTransVoucherTemplate table; otherwise, an empty record.