Share via


InventMov_KanbanJob_Process::newFromKanbanJob Method [AX 2012]

Creates an instance of the InventMov_KanbanJob_Process class based on the specified record.

Syntax

client server public static InventMov_KanbanJob_Process newFromKanbanJob(KanbanJob _kanbanJob)

Run On

Called

Parameters

  • _kanbanJob
    Type: KanbanJob Table
    The record in the KanbanJob table for which the class is instantiated.

Return Value

Type: InventMov_KanbanJob_Process Class
An instance of the InventMov_KanbanJob_Process class.

See Also

Reference

InventMov_KanbanJob_Process Class