KanbanJobTmpPickList.initProcessJobBoard Method
Inserts new records to the table by adding the picking list records retrieved from the KanbanJobPickList query that belong to the specified kanban jobs.
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
public void initProcessJobBoard(container _kanbanJobs, [boolean _pickingListForEntireKanban])
Microsoft Dynamics AX 2012 R2 (SYS)
public void initProcessJobBoard(container _kanbanJobs, [boolean _pickingListForEntireKanban])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void initProcessJobBoard(container _kanbanJobs)
Microsoft Dynamics AX 2012 (FPK)
public void initProcessJobBoard(container _kanbanJobs)
Microsoft Dynamics AX 2012 (SYS)
public void initProcessJobBoard(container _kanbanJobs)
Run On
Called
Parameters
- _kanbanJobs
Type: container
A container that contains the kanban job and kanban record IDs for which the picking list is needed.
- _pickingListForEntireKanban
Type: boolean
A Boolean value that indicates whether the picking list should be created for the entire kanban of the given jobs.