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
CalledParameters
- _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
Show: