Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates or updates the relationship between the inventory transactions originator and the by-product journal transaction.
Syntax
server public static void writeOriginOwnerRelationship(
DataAreaId _prodJournalReleaseDataAreaId,
ProdJournalIdRelease_RU _prodJournalReleaseJournalId,
LineNum _prodJournalReleaseLineNum,
InventTransOriginId _inventTransOriginId)
Run On
Server
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.
- _inventTransOriginId
Type: InventTransOriginId Extended Data Type
The ID of the inventory transactions originator. It is the primary key on the InventTransOrigin table.