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.
Calculates the usage of the internal operation resource related to the production flow for an item, date, and quantity.
Syntax
public Map getResourcesUsage(
RefRecId _leanProductionFlowReference,
ItemId _itemId,
InventDimId _inventDimId,
TransDate _date,
InventQty _inventQty)
Run On
Called
Parameters
- _leanProductionFlowReference
Type: RefRecId Extended Data Type
A record ID for the LeanProductionFlowReference record.
- _itemId
Type: ItemId Extended Data Type
An ItemId variable for which to calculate resource usage.
- _inventDimId
Type: InventDimId Extended Data Type
- _date
Type: TransDate Extended Data Type
The date for which to calculate resource usage.
- _inventQty
Type: InventQty Extended Data Type
The quantity for which to calculate resource usage.
Return Value
Type: Map Class
A map of resource IDs and usage quantities.