LedgerJournalTrans_Asset::find Method

Reads the LedgerJournalTrans_Asset table for the specified ID.

Syntax

client server public static LedgerJournalTrans_Asset find(
    LedgerJournalTransRefRecId _refRecId, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that determines whether the record should be selected for update; optional.
  • _concurrencyModel
    Type: ConcurrencyModel Enumeration
    An optional value that is used when the table is not automatically concurrent; optional.

Return Value

Type: LedgerJournalTrans_Asset Table
An elimination rule buffer.

Remarks

This is a public method that is used to find records.

See Also

Reference

LedgerJournalTrans_Asset Table