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 co/by-production line.
Syntax
client server public static void writeOriginOwnerRelationship(
DataAreaId _dataAreaId,
PmfProdCoByRecId _prodCoByRecId,
InventTransOriginId _inventTransOriginId)
Run On
Called
Parameters
- _dataAreaId
Type: DataAreaId Extended Data Type
The value of the dataAreaId field in the PmfProdCoBy table; this is a part of the primary key on the PmfProdCoBy table.
- _prodCoByRecId
Type: PmfProdCoByRecId Extended Data Type
The RecId field in the PmfProdCoBy table; this is a part of the primary key on the PmfProdCoBy table.
- _inventTransOriginId
Type: InventTransOriginId Extended Data Type
The ID of the inventory transactions originator; this is the primary key on the InventTransOrigin table.