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.
Creates an instance of the KanbanJobStatus class.
Syntax
client server public static KanbanJobStatus newKanbanJob(KanbanJob _kanbanJob, boolean _updateKanban)
Run On
Called
Parameters
- _kanbanJob
Type: KanbanJob Table
The KanbanJob table buffer used to instantiate the class.
- _updateKanban
Type: boolean
A Boolean value that indicates whether the parent kanban must be updated when the job is updated.
Return Value
Type: KanbanJobStatus Class
An instance of the KanbanJobStatus class.
Exceptions
Exception | Condition |
---|---|
Error | The specified value is not a LeanKanbanJobStatus enumeration value. |