Share via


InventTransOriginProdJournalRelease_RU::findInventTransOriginId Method

Retrieves the ID of the inventory transactions originator for the by-product journal transaction.

Syntax

client server public static InventTransOriginId findInventTransOriginId(
    DataAreaId _prodJournalReleaseDataAreaId, 
    ProdJournalIdRelease_RU _prodJournalReleaseJournalId, 
    LineNum _prodJournalReleaseLineNum)

Run On

Called

Parameters

  • _prodJournalReleaseDataAreaId
    Type: DataAreaId Extended Data Type
    The value of the dataAreaId field of the ProdJournalRelease_RU table. It is a part of the primary key on the ProdJournalRelease_RU table.
  • _prodJournalReleaseJournalId
    Type: ProdJournalIdRelease_RU Extended Data Type
    The value of the JournalId field of the ProdJournalRelease_RU table. It is a part of the primary key on the ProdJournalRelease_RU table.
  • _prodJournalReleaseLineNum
    Type: LineNum Extended Data Type
    The value of the LineNum field of the ProdJournalRelease_RU table. It is a part of the primary key on the ProdJournalRelease_RU table.

Return Value

Type: InventTransOriginId Extended Data Type
The ID of the inventory transactions originator.

See Also

Reference

InventTransOriginProdJournalRelease_RU Table