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.
Determines whether a specified item is produced in the given production flow and date.
Syntax
public boolean isItemMadeInProductionFlow(
RefRecId _leanProductionFlowReference,
InventItemParmData _itemParmData,
InventItemParmData _parentItemParmData,
TransDate _date)
Run On
Called
Parameters
- _leanProductionFlowReference
Type: RefRecId Extended Data Type
The record ID of a LeanProductionFlowReference record.
- _itemParmData
Type: InventItemParmData Class
The item to check.
- _parentItemParmData
Type: InventItemParmData Class
The parent item in a BOM.
- _date
Type: TransDate Extended Data Type
The date to check.
Return Value
Type: boolean
true if the item is made in the production flow; otherwise, false.