Share via


KanbanJobTmpPegging::initServer Method

Creates a container that contains the KanbanJobTmpPegging 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
          server public static container initServer(container _kanbanJobs, [boolean _peggingForEntireKanban])

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static container initServer(container _kanbanJobs, [boolean _peggingForEntireKanban])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          server public static container initServer(container _kanbanJobs)

  Microsoft Dynamics AX 2012 (FPK)
          server public static container initServer(container _kanbanJobs)

  Microsoft Dynamics AX 2012 (SYS)
          server public static container initServer(container _kanbanJobs)

Run On

Server

Parameters

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

Return Value

Type: container
A container that contains the KanbanJobTmpPegging records.

See Also

Reference

KanbanJobTmpPegging Table