Share via


KanbanBoardWorkCellForm::newForm Method [AX 2012]

Creates a helper class for the kanban board form class based on the FormRun data.

Syntax

client server public static KanbanBoardWorkCellForm newForm(
    FormRun _formRun, 
    FormDataSource _inventDimProcessJobList, 
    FormDataSource _inventDimPickListPegging, 
    FormDataSource _inventDimTransferJobList)

Run On

Called

Parameters

  • _formRun
    Type: FormRun Class
    A FormRun object that represents the kanban board form.
  • _inventDimProcessJobList
    Type: FormDataSource Class
    A data source with the inventory dimensions of the process jobs list.
  • _inventDimPickListPegging
    Type: FormDataSource Class
    A data source with the inventory dimensions of the picking list and pegging.
  • _inventDimTransferJobList
    Type: FormDataSource Class
    A data source with the inventory dimensions of the transfer jobs list.

Return Value

Type: KanbanBoardWorkCellForm Class
An instance of the KanbanBoardWorkCellForm class.

See Also

Reference

KanbanBoardWorkCellForm Class