Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _kanban
Type: Kanban Table
A Kanban record.
- _kanbanJob
Type: KanbanJob Table
A KanbanJob record that is the last job of the kanban.
- _peggedQty
Type: InventQty Extended Data Type
The pegged quantity.
- _peggedQtyOriginal
Type: InventQty Extended Data Type
The original pegged quantity.
Return Value
Type: ReqEventKanbanData Class
A new instance of the ReqEventKanbanData class.