InventTransOriginJournalTrans::findByJournal Method
Retrieves the inventory transactions originator link for an inventory journal line.
Syntax
client server public static InventTransOriginJournalTrans 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 in the InventJournalTrans table.
- _inventJournalId
Type: InventJournalId Extended Data Type
The value of the JournalId field in the InventJournalTrans table.
- _inventJournalLineNum
Type: LineNum Extended Data Type
The value of the LineNum field of the InventJournalTrans table.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record should be selected for update; optional.
Return Value
Type: InventTransOriginJournalTrans Table
An inventory transactions originator link.