Share via


InventTransOriginProdJournalRelease_RU::writeOriginOwnerRelationship Method

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.

See Also

Reference

InventTransOriginProdJournalRelease_RU Table