Share via


ReqEventKanbanData::newStandard Method [AX 2012]

Creates a new instance of the ReqEventKanbanData class.

Syntax

client server public static ReqEventKanbanData newStandard(
    Kanban _kanban, 
    KanbanJob _kanbanJob, 
    InventQty _peggedQty, 
    InventQty _peggedQtyOriginal)

Run On

Called

Parameters

  • _kanbanJob
    Type: KanbanJob Table
    A KanbanJob record that is the last job of the kanban.

Return Value

Type: ReqEventKanbanData Class
A new instance of the ReqEventKanbanData class.

See Also

Reference

ReqEventKanbanData Class