Share via


KanbanBoardTmpProcessJob.init Method

Creates new records in this table by adding the kanban process jobs of the different statuses, by specifying the maximum number of desired records for some of them.

Syntax

public void init(
    WrkCtrResourceGroupRefRecId _workCellFilterRecId, 
    int _maxCompleted, 
    int _maxPlanned, 
    int _maxPrepared, 
    int _maxInProgress)

Run On

Called

Parameters

  • _maxCompleted
    Type: int
    The maximum number of completed kanban jobs to retrieve.
  • _maxPlanned
    Type: int
    The maximum number of planned kanban jobs to retrieve.
  • _maxPrepared
    Type: int
    The maximum number of prepared kanban jobs to retrieve.
  • _maxInProgress
    Type: int
    The maximum number of in-progress kanban jobs to retrieve.

See Also

Reference

KanbanBoardTmpProcessJob Table