InventTransOriginJournalTransReceipt::findInventTransOriginId Method
Retrieves the ID of the inventory transactions originator of the transfer receipt transactions for the inventory journal line.
Syntax
client server public static InventTransOriginId findInventTransOriginId(
DataAreaId _inventJournalLineDataAreaId,
InventJournalId _inventJournalId,
LineNum _inventJournalLineNum)
Run On
Called
Parameters
- _inventJournalLineDataAreaId
Type: DataAreaId Extended Data Type
The value of the dataAreaId field of the InventJournalTrans table. It 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. It 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. It is a part of the primary key on the InventJournalTrans table.
Return Value
Type: InventTransOriginId Extended Data Type
The ID of the inventory transactions originator.