ReqEventProcessBatchKanban::newStandard Method [AX 2012]

Creates an instance of the ReqEventProcessBatchKanban object.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          client server public static ReqEventProcessBatchKanban newStandard(
           [PlanName _planReferenceName, 
            PlanActivityId _planActivityId, 
            LeanReplenishmentRuleId _kanbanRuleId, 
            KanbanId _kanbanId, 
            SalesId _salesId, 
            int _numberOfTasks, 
            boolean _filterByPlannedStatus])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static ReqEventProcessBatchKanban newStandard(
           [PlanName _planReferenceName, 
            PlanActivityId _planActivityId, 
            LeanReplenishmentRuleId _kanbanRuleId, 
            KanbanId _kanbanId, 
            SalesId _salesId, 
            int _numberOfTasks, 
            boolean _filterByPlannedStatus])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static ReqEventProcessBatchKanban newStandard(
           [PlanName _planReferenceName, 
            PlanActivityId _planActivityId, 
            LeanReplenishmentRuleId _kanbanRuleId, 
            KanbanId _kanbanId, 
            SalesId _salesId, 
            int _numberOfTasks])

  Microsoft Dynamics AX 2012 (FPK)
          client server public static ReqEventProcessBatchKanban newStandard(
           [PlanName _planReferenceName, 
            PlanActivityId _planActivityId, 
            LeanReplenishmentRuleId _kanbanRuleId, 
            KanbanId _kanbanId, 
            SalesId _salesId, 
            int _numberOfTasks])

  Microsoft Dynamics AX 2012 (SYS)
          client server public static ReqEventProcessBatchKanban newStandard(
           [PlanName _planReferenceName, 
            PlanActivityId _planActivityId, 
            LeanReplenishmentRuleId _kanbanRuleId, 
            KanbanId _kanbanId, 
            SalesId _salesId, 
            int _numberOfTasks])

Run On

Called

Parameters

  • _planReferenceName
    Type: PlanName Extended Data Type
    A PlanName string identifier that is used as filter when it processes; optional.
  • _numberOfTasks
    Type: int
    The number of parallel tasks used when it runs as batch jobs.
  • _filterByPlannedStatus
    Type: boolean

Return Value

Type: ReqEventProcessBatchKanban Class
A ReqEventProcessBatchKanban object.

See Also

Reference

ReqEventProcessBatchKanban Class