Share via


KanbanJobTmpPegging.init Method

Inserts new records in the KanbanJobTmpPegging table by adding all pegged kanban records.

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 init(container _kanbanJobs, [boolean _peggingForEntireKanban])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void init(container _kanbanJobs, [boolean _peggingForEntireKanban])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void init(container _kanbanJobs)

  Microsoft Dynamics AX 2012 (FPK)
          public void init(container _kanbanJobs)

  Microsoft Dynamics AX 2012 (SYS)
          public void init(container _kanbanJobs)

Run On

Called

Parameters

  • _kanbanJobs
    Type: container
    A container that contains the kanban and kanban job record IDs.
  • _peggingForEntireKanban
    Type: boolean
    A Boolean value that indicates whether pegging must be shown for the entire kanban; optional.

See Also

Reference

KanbanJobTmpPegging Table