Share via


KanbanBoardTmpTransferJob.initTransferJobBoard Method

Inserts new records to this table by adding the kanban transfer jobs that match the specified filter criteria.

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 initTransferJobBoard(
            KanbanBoardTmpFilterCriteria _kanbanBoardTmpFilterCriteria, 
           [int _maxRecordsNotPlanned, 
            int _maxRecordsInProgress, 
            int _maxRecordsCompleted, 
            boolean _singleJobMode])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void initTransferJobBoard(
            KanbanBoardTmpFilterCriteria _kanbanBoardTmpFilterCriteria, 
           [int _maxRecordsNotPlanned, 
            int _maxRecordsInProgress, 
            int _maxRecordsCompleted, 
            boolean _singleJobMode])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void initTransferJobBoard(
            KanbanBoardTmpFilterCriteria _kanbanBoardTmpFilterCriteria, 
           [int _maxRecordsNotPlanned, 
            int _maxRecordsInProgress, 
            int _maxRecordsCompleted])

  Microsoft Dynamics AX 2012 (FPK)
          public void initTransferJobBoard(
            KanbanBoardTmpFilterCriteria _kanbanBoardTmpFilterCriteria, 
           [int _maxRecordsNotPlanned, 
            int _maxRecordsInProgress, 
            int _maxRecordsCompleted])

  Microsoft Dynamics AX 2012 (SYS)
          public void initTransferJobBoard(
            KanbanBoardTmpFilterCriteria _kanbanBoardTmpFilterCriteria, 
           [int _maxRecordsNotPlanned, 
            int _maxRecordsInProgress, 
            int _maxRecordsCompleted])

Run On

ClientOrServer

Parameters

  • _maxRecordsNotPlanned
    Type: int
    The maximum number of records in not planned status.
  • _maxRecordsInProgress
    Type: int
    The maximum number of records in in progress status.
  • _maxRecordsCompleted
    Type: int
    The maximum number of records in completed status.

See Also

Reference

KanbanBoardTmpTransferJob Table