Share via


InventBatchJournalResult::find Method

Finds the first matching record for the InventBatchJournalResult table.

Syntax

client server public static InventBatchJournalResult find(
    InventBatchJournalRecId _journalRefRecId, 
    InventDimId _inventDimId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    Determines if the record should be locked for update; optional.

Return Value

Type: InventBatchJournalResult Table
The matching record in the InventBatchJournalResult table or an empty buffer if no such record is found.

See Also

Reference

InventBatchJournalResult Table