PmfFormulaCoByHelper::findFormulaPlanningItem Method [AX 2012]

Finds the formula or planning item with which a co-byproduct item is associated.

client server public static InventTable findFormulaPlanningItem(
    ItemId _coProductItemId, 
   [BOMId _bomId, 
    boolean _active, 
    boolean _forupdate])

Run On

Called

Parameters

_coProductItemId
Type: ItemId Extended Data Type
The ID of the co-byproduct item.
_bomId
Type: BOMId Extended Data Type
The ID of the BOM with which the co-byproduct item is associated; optional.
_active
Type: boolean
A Boolean value that indicates whether active or inactive formula versions are searched.
_forupdate
Type: boolean
A Boolean value that indicates whether to select the record for update; optional.

Return Value

Type: InventTable Table
The formula or planning item with which the specified co-byproduct item is associated.
Show: