InventTransOriginJournalTransReceipt::writeOriginOwnerRelationship Method

Creates or updates the relationship between the inventory transactions originator of the transfer receipt transactions and the inventory journal line.

Syntax

server public static void writeOriginOwnerRelationship(
    DataAreaId _inventJournalLineDataAreaId, 
    InventJournalId _inventJournalId, 
    LineNum _inventJournalLineNum, 
    InventTransOriginId _inventTransOriginId)

Run On

Server

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.

See Also

Reference

InventTransOriginJournalTransReceipt Table