PmfFormulaCoBy::exist Method
Method returns if the record matching formula coby product exists.
Syntax
client server public static boolean exist(
BOMId _bomId,
LineNum _lineNum,
PmfBOMVersionRefRecId _refRecId,
RecId _recId)
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
Return Value
Type: boolean
Returns if PmfFormulaCoBy record exist
Remarks
public static boolean exist(BOMId _bomId, LineNum _lineNum,PmfBOMVersionRefRecId _refRecId,RecId _recId)