InventBatchJournalResultAttributeValue::find Method
Finds the matching record in the InventBatchJournalResultAttributeValue table for a given journal result and page number.
Syntax
client server public static InventBatchJournalResultAttributeValue find(
InventBatchJournalResultRecId _journalResultRecId,
InventBatchJournalAttributePage _page,
[boolean _forUpdate])
Run On
Called
Parameters
- _journalResultRecId
Type: InventBatchJournalResultRecId Extended Data Type
The inventory batch journal result record 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: InventBatchJournalResultAttributeValue Table
The matching record in the InventBatchJournalResultAttributeValue table or an empty buffer if no such record is found.