Compartilhar via


PDSCompensationPrinciple::findByBomItem Method

Finds the compensating principle record for the given BOM and item.

Syntax

client server public static PDSCompensationPrinciple findByBomItem(
    BOMId _bomId, 
    ItemId _compItemId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether the record should be locked for update; optional.

Return Value

Type: PDSCompensationPrinciple Table
The PDSCompensatingPrinciple record that is found; an empty buffer if no such record exists.

See Also

Reference

PDSCompensationPrinciple Table