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
- _bomId
Type: BOMId Extended Data Type
The ID of the BOM (formula).
- _compItemId
Type: ItemId Extended Data Type
The compensating item ID.
- _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.