ReqEventProcessKanbanJobIssuePickupSemi::newStandard Method [AX 2012]

Creates a new instance of the ReqEventProcessKanbanJobIssuePickupSemi class.

client server public static ReqEventProcessKanbanJobIssuePickupSemi newStandard(
    KanbanJob _kanbanJob, 
   [boolean _interactive, 
    LeanProductionFlowActivity _leanProductionFlowActivity])

Run On

Called

Parameters

_kanbanJob
Type: KanbanJob Table
A KanbanJob table buffer to use to create the object.
_interactive
Type: boolean
A Boolean value that specifies whether the processing is performed interactively; optional.
_leanProductionFlowActivity
Type: LeanProductionFlowActivity Table
The LeanProductionFlowActivity record that is related to the specified kanban job; optional.

Return Value

Type: ReqEventProcessKanbanJobIssuePickupSemi Class
A ReqEventProcessKanbanJobIssuePickupSemi object.
Show: