Comparteix a través de


KanbanPageTmp.insertPickingList Method

Inserts picking list records to this table for given 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 insertPickingList(
            List _listKanbanJobs, 
           [WrkCtrIdBase _workCell, 
            boolean _includeTransfer])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void insertPickingList(
            List _listKanbanJobs, 
           [WrkCtrIdBase _workCell, 
            boolean _includeTransfer])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void insertPickingList(List _listKanbanJobs, [WrkCtrIdBase _workCell])

  Microsoft Dynamics AX 2012 (FPK)
          public void insertPickingList(List _listKanbanJobs, [WrkCtrIdBase _workCell])

  Microsoft Dynamics AX 2012 (SYS)
          public void insertPickingList(List _listKanbanJobs, [WrkCtrIdBase _workCell])

Run On

Called

Parameters

  • _listKanbanJobs
    Type: List Class
    A container with ID’s of kanban job records.
  • _includeTransfer
    Type: boolean
    A Boolean value that defines if picking lines are included for transfer jobs; optional.

Exceptions

Exception Condition
Error

Encountered a kanban job of an unknown type.

Remarks

Used by KanbanPageDP and KanbanPagePickListDP data provider classes.

See Also

Reference

KanbanPageTmp Table