InventBatchJournalSourceAttributeValue::find Method
Finds the matching record in the InventBatchJournalSourceAttributeValue table for a given journal, batch, and page number.
Syntax
client server public static InventBatchJournalSourceAttributeValue find(
InventBatchJournalRecId _journalRefRecId,
InventBatchId _inventBatchId,
InventBatchJournalAttributePage _page,
[boolean _forUpdate])
Run On
Called
Parameters
- _journalRefRecId
Type: InventBatchJournalRecId Extended Data Type
The inventory batch journal record ID to search for.
- _inventBatchId
Type: InventBatchId Extended Data Type
The inventory batch ID to search for.
- _page
Type: InventBatchJournalAttributePage Extended Data Type
The attribute page number to search for.
- _forUpdate
Type: boolean
Determines if the record should be locked for update; optional.
Return Value
Type: InventBatchJournalSourceAttributeValue Table
The matching record in the InventBatchJournalSourceAttributeValue table or an empty buffer if no such record is found.