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 a kanban job picking list for a specified job.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
server public static void createFromKanbanJob(KanbanJob _kanbanJob, [Kanban _kanban])
Microsoft Dynamics AX 2012 R2 (SYS)
server public static void createFromKanbanJob(KanbanJob _kanbanJob, [Kanban _kanban])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
server public static void createFromKanbanJob(KanbanJob _kanbanJob)
Microsoft Dynamics AX 2012 (FPK)
server public static void createFromKanbanJob(KanbanJob _kanbanJob)
Microsoft Dynamics AX 2012 (SYS)
server public static void createFromKanbanJob(KanbanJob _kanbanJob)
Run On
Server
Parameters
- _kanbanJob
Type: KanbanJob Table
The job for which to create the picking list.
- _kanban
Type: Kanban Table
The kanban for which to create the picking list; optional.