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.
Finds the first record in the PDSProdCompensationPrinciple table for the given production order and item.
Syntax
client server public static PDSProdCompensationPrinciple findProdBOMItem(
ProdId _prodId,
ItemId _itemId,
[boolean _forUpdate])
Run On
Called
Parameters
- _prodId
Type: ProdId Extended Data Type
The ID for the production order.
- _itemId
Type: ItemId Extended Data Type
The compensating item ID.
- _forUpdate
Type: boolean
A Boolean value that determines whether the record should be locked for update; optional.
Return Value
Type: PDSProdCompensationPrinciple Table
The first matching record of the PDSProdCompensatingPrinciple table that is found; an empty buffer if no such record exists.