Share via


KanbanJobUpd::newKanbanJob Method [AX 2012]

Creates a new instance of the class.

Syntax

server public static KanbanJobUpd newKanbanJob(
    KanbanJob _kanbanJob, 
    LeanKanbanJobStatus _leanKanbanJobStatus, 
    boolean _updateKanban, 
    KanbanJobStatus _kanbanJobStatus)

Run On

Server

Parameters

  • _kanbanJob
    Type: KanbanJob Table
    The KanbanJob table buffer used to create the class.
  • _updateKanban
    Type: boolean
    A Boolean value that specifies if the parent kanban must be updated.
  • _kanbanJobStatus
    Type: KanbanJobStatus Class
    The KanbanJobStatus record to retrieve the LeanCostingFacadeBase instance.

Return Value

Type: KanbanJobUpd Class
An instance of the KanbanJobUpd class.

See Also

Reference

KanbanJobUpd Class