Share via


ReqEventProcessKanban::newFromBatch Method [AX 2012]

Creates a new instance of a ReqEventProcessKanban 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 ReqEventProcessKanban newFromBatch(
            Common _common, 
           [KanbanRuleRefRecId _limitToKanbanRuleRefRecId, 
            PlanReferenceRefRecId _limitToPlanReferenceRefRecId, 
            PlanActivityRefRecId _limitToLastPlanActivityRefRecId, 
            boolean _mustDeleteEvent, 
            ReqEventProcessParm _reqEventProcessParm])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static ReqEventProcessKanban newFromBatch(
            Common _common, 
           [KanbanRuleRefRecId _limitToKanbanRuleRefRecId, 
            PlanReferenceRefRecId _limitToPlanReferenceRefRecId, 
            PlanActivityRefRecId _limitToLastPlanActivityRefRecId, 
            boolean _mustDeleteEvent])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static ReqEventProcessKanban newFromBatch(
            Common _common, 
           [KanbanRuleRefRecId _limitToKanbanRuleRefRecId, 
            PlanReferenceRefRecId _limitToPlanReferenceRefRecId, 
            PlanActivityRefRecId _limitToLastPlanActivityRefRecId, 
            boolean _mustDeleteEvent])

  Microsoft Dynamics AX 2012 (FPK)
          client server public static ReqEventProcessKanban newFromBatch(
            Common _common, 
           [KanbanRuleRefRecId _limitToKanbanRuleRefRecId, 
            PlanReferenceRefRecId _limitToPlanReferenceRefRecId, 
            PlanActivityRefRecId _limitToLastPlanActivityRefRecId, 
            boolean _mustDeleteEvent])

  Microsoft Dynamics AX 2012 (SYS)
          client server public static ReqEventProcessKanban newFromBatch(
            Common _common, 
           [KanbanRuleRefRecId _limitToKanbanRuleRefRecId, 
            PlanReferenceRefRecId _limitToPlanReferenceRefRecId, 
            PlanActivityRefRecId _limitToLastPlanActivityRefRecId, 
            boolean _mustDeleteEvent])

Run On

Called

Parameters

  • _common
    Type: Common Table
    A Common table buffer to use for the instantiation.
  • _mustDeleteEvent
    Type: boolean
    A Boolean value that specifies whether to delete the event after it processes.

Return Value

Type: ReqEventProcessKanban Class
A ReqEventProcessKanban object.

Exceptions

Exception Condition
Error

The table buffer is not valid for instantiation of this class.

See Also

Reference

ReqEventProcessKanban Class