InventTable::pbaLookupItemIdGroup Method
Displays a manually created lookup form for picking the item to be associated with the current product model.
Syntax
client server public static void pbaLookupItemIdGroup(
FormStringControl _ctrl,
ItemGroupId _itemGroupId,
[boolean _showBOM,
boolean _showRoute])
Run On
Called
Parameters
- _ctrl
Type: FormStringControl Class
The FormStringControl instance that will receive the item name.
- _itemGroupId
Type: ItemGroupId Extended Data Type
The item group to which the item must belong; optional.
- _showBOM
Type: boolean
A Boolean value that states if the BOM is shown on the lookup form.
- _showRoute
Type: boolean
A Boolean value that indicates whether to show the route on the lookup form.