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 quantities of subcontracted services usage for an item, date, and quantity.
Syntax
public Map getSubcontractedServicesUsage(
RefRecId _leanProductionFlowReference,
ItemId _itemId,
InventDimId _inventDimId,
TransDate _date,
InventQty _inventQty,
[boolean _includeProcess,
boolean _includeTransfer])
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 service usage.
- _inventDimId
Type: InventDimId Extended Data Type
- _date
Type: TransDate Extended Data Type
The date for which to calculate service usage.
- _inventQty
Type: InventQty Extended Data Type
The quantity for which to calculate service usage.
- _includeProcess
Type: boolean
- _includeTransfer
Type: boolean
Return Value
Type: Map Class
A map of a service item ID dimension combination, and usage quantities.