InventTransOriginPmfProdCoBy::prodCoBy Method
Retrieves the co/by-production line that is related to the ID of the inventory transactions originator.
Syntax
server public static PmfProdCoBy prodCoBy(InventTransOriginId _inventTransOriginId, [boolean _forUpdate])
Run On
Server
Parameters
- _inventTransOriginId
Type: InventTransOriginId Extended Data Type
The ID of the inventory transactions originator; this is the primary key on the InventTransOrigin table.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the buffer should be selected for update; optional.
Return Value
Type: PmfProdCoBy Table
A record in the PmfProdCoBy table; otherwise, an empty record.