Share via


PDSProdCompensationPrinciple::findProdBOMItem Method

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

  • _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.

See Also

Reference

PDSProdCompensationPrinciple Table