Share via


InventTransOriginJournalTransReceipt::findByJournal Method

Retrieves the inventory transactions originator link for transfer receipts for the inventory journal line.

Syntax

client server public static InventTransOriginJournalTransReceipt findByJournal(
    DataAreaId _inventJournalDataAreaId, 
    InventJournalId _inventJournalId, 
    LineNum _inventJournalLineNum, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _inventJournalDataAreaId
    Type: DataAreaId Extended Data Type
    The value of the dataAreaId field of the InventJournalTrans table, which is a part of the primary key on the InventJournalTrans table.
  • _inventJournalId
    Type: InventJournalId Extended Data Type
    The value of the JournalId field of the InventJournalTrans table, which is a part of the primary key on the InventJournalTrans table.
  • _inventJournalLineNum
    Type: LineNum Extended Data Type
    The value of the LineNum field of the InventJournalTrans table, which is a part of the primary key on the InventJournalTrans table.
  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to select the record for update; optional.

Return Value

Type: InventTransOriginJournalTransReceipt Table
The inventory transactions originator link for transfer receipts.

Remarks

The _inventJournalDataAreaId, _inventJournalId, and _inventJournalLineNum parameters are a part of the primary key on the InventJournalTrans table.

See Also

Reference

InventTransOriginJournalTransReceipt Table