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.
Sets the planned capacity consumption of a specified KanbanJob table in throughput quantity.
Syntax
client server public static KanbanJobCapacitySum setPlannedCapacityThroughput(
RefRecId _kanbanJobRecId,
InventQty _inventQty,
RefRecId _unitOfMeasure,
Seconds _seconds,
[boolean _write])
Run On
Called
Parameters
- _kanbanJobRecId
Type: RefRecId Extended Data Type
- _inventQty
Type: InventQty Extended Data Type
- _unitOfMeasure
Type: RefRecId Extended Data Type
- _seconds
Type: Seconds Extended Data Type
- _write
Type: boolean
Return Value
Type: KanbanJobCapacitySum Table
The inserted or updated KanbanJobCapacitySum record.
Remarks
Any existing KanbanJobCapacitySum tables for the specified job record will be overwritten.