DMFLedgerJournalEntity::find Method
Finds a record in a LedgerJournalTrans table.
Syntax
client server public static LedgerJournalTrans find(
LedgerJournalId _ledgerJournalId,
Voucher _voucher,
boolean _forUpdate)
Run On
Called
Parameters
- _ledgerJournalId
Type: LedgerJournalId Extended Data Type
A field id to find the record.
- _voucher
Type: Voucher Extended Data Type
A field id to find the record.
- _forUpdate
Type: boolean
A boolean value to specify whether to update or not.
Return Value
Type: LedgerJournalTrans Table
A selected record.