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