Share via


InventBatchJournal::findByBOMJournalId Method

Finds the matching record for the InventBatchJournal table using the BOM journal ID.

Syntax

client server public static InventBatchJournal findByBOMJournalId(InventJournalId _bomJournalId, [boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

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

See Also

Reference

InventBatchJournal Table