PmfFormulaCoBy::find Method [AX 2012]

Method returns the record matching formulca coby product.By default this record is not selected for update. This property may be changed via the parameters.

client server public static PmfFormulaCoBy find(
    BOMId _bomId, 
    LineNum _lineNum, 
    PmfBOMVersionRefRecId _refRecId, 
    RecId _recId, 
   [boolean _forUpdate])

Run On

Called

Parameters

_bomId
Type: BOMId Extended Data Type
related formula id.
_lineNum
Type: LineNum Extended Data Type
coby line number.
_refRecId
Type: PmfBOMVersionRefRecId Extended Data Type
related formula version record id
_recId
Type: RecId Extended Data Type
Current recId
_forUpdate
Type: boolean
defaults to false and therefore not selected for update

Return Value

Type: PmfFormulaCoBy Table
Returns PmfFormulaCoBy record

public static PmfFormulaCoBy find(BOMId _bomId, LineNum _lineNum,PmfBOMVersionRefRecId _refRecId,RecId _recId,boolean _forUpdate)

Show: