Share via


PDSProdCompensationPrinciple::find Method

Finds the record in the PDSProdCompensationPrinciple table for the given key.

Syntax

client server public static PDSProdCompensationPrinciple find(
    RefRecId _bomRefRecId, 
    RefRecId _activeRefRecId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _bomRefRecId
    Type: RefRecId Extended Data Type
    The record ID of the record in the ProdBOM table that the compensation principle references.
  • _activeRefRecId
    Type: RefRecId Extended Data Type
    The record ID for the record in the ProdBOM table that is the referenced active ingredient.
  • _forUpdate
    Type: boolean
    A Boolean value that determines whether the record should be locked for update; optional.

Return Value

Type: PDSProdCompensationPrinciple Table
The record that is found in the PDSProdCompensatingPrinciple table; an empty buffer if no such record exists.

See Also

Reference

PDSProdCompensationPrinciple Table