InventTable::lookupFormulaItemId Method
Provides a lookup for the InventTable table containing only BOM items.
Syntax
client public static void lookupFormulaItemId(
FormStringControl _ctrl,
[boolean _includeCoProducts,
ItemId _itemId])
Run On
Client
Parameters
- _ctrl
Type: FormStringControl Class
The form string control object with which to perform the lookup.
- _includeCoProducts
Type: boolean
If set to true, items of type co product are included in lookup.
- _itemId
Type: ItemId Extended Data Type
ItemId used in filtering the lookup.
Remarks
Performs a lookup of items with item type of formula. If the item with _itemId is a co-product, only items that have formulas with the _itemId as a coproduct are included in the lookup.