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
- _bomJournalId
Type: InventJournalId Extended Data Type
The BOM journal ID to search for.
- _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.