Share via


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

  • _forUpdate
    Type: boolean
    A boolean value to specify whether to update or not.

Return Value

Type: LedgerJournalTrans Table
A selected record.

See Also

Reference

DMFLedgerJournalEntity Table