InventBatchJournal::findByJournalId Method
Finds the matching record for the InventBatchJournal table using the journal ID.
Syntax
client server public static InventBatchJournal findByJournalId(InventBatchJournalId _journalId, [boolean _forUpdate])
Run On
Called
Parameters
- _journalId
Type: InventBatchJournalId Extended Data Type
The inventory batch 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.