PmfProdBOMStep::find Method [AX 2012]

Retrieves the record from the table that has the specified record ID and quantity.

client server public static PmfProdBOMStep find(
    RefRecId _bomRecId, 
   [FromQty _fromQty, 
    boolean _forUpdate])

Run On

Called

Parameters

_bomRecId
Type: RefRecId Extended Data Type
The record ID to find.
_fromQty
Type: FromQty Extended Data Type
The quantity to find.
_forUpdate
Type: boolean
A Boolean value that indicates whether the record should be selected for update; optional.

Return Value

Type: PmfProdBOMStep Table
The retrieved record or an empty table buffer.
Show: