KanbanJobCapacitySum::setPlannedCapacitySeconds Method
Sets the planned capacity consumption of the specified KanbanJob in seconds.
Syntax
client server public static KanbanJobCapacitySum setPlannedCapacitySeconds(
RefRecId _kanbanJobRecId,
Seconds _seconds,
[boolean _write])
Run On
Called
Parameters
- _kanbanJobRecId
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 record for the specified job record will be overwritten.