Share via


InventBatchJournalSource::find Method

Finds the matching record in the InventBatchJournalSource table for a given journal and inventory dimension.

Syntax

client server public static InventBatchJournalSource find(
    InventBatchJournalRecId _journalRefRecId, 
    InventDimId _inventDimId, 
   [boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

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

See Also

Reference

InventBatchJournalSource Table