InventBatchJournalAttribute::find Method

Finds the matching record in the InventBatchJournalAttribute table for a given journal, batch, and page number.

Syntax

client server public static InventBatchJournalAttribute find(
    InventBatchJournalRecId _journalRecId, 
    InventBatchJournalAttributePage _page, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    Determines if the record should be locked for update; optional.

Return Value

Type: InventBatchJournalAttribute Table
The matching record in the InventBatchJournalAttribute table or an empty buffer if no such record is found.

See Also

Reference

InventBatchJournalAttribute Table