Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether an item is inventory controlled in a production flow at a specified site.
Syntax
public abstract boolean isInventoryControlled(
RefRecId _leanProductionFlowReference,
InventItemParmData _itemParmData,
InventItemParmData _parentItemParmData,
TransDate _date,
InventSiteId _inventSiteId,
BOMId _bomId)
Run On
Called
Parameters
- _leanProductionFlowReference
Type: RefRecId Extended Data Type
The record ID of the LeanProductionFlowReference record.
- _itemParmData
Type: InventItemParmData Class
The item for which to determine the inventory control setting.
- _parentItemParmData
Type: InventItemParmData Class
The parent item that is used in the inventory control determination.
- _date
Type: TransDate Extended Data Type
The date that is used in the inventory control determination.
- _inventSiteId
Type: InventSiteId Extended Data Type
The site that is used in the inventory control determination.
- _bomId
Type: BOMId Extended Data Type
The BOM ID that is used in the inventory control determination.
Return Value
Type: boolean
true if the item is inventory controlled; otherwise, false.