ReqEventProcessKanban::newFromBatch Method [AX 2012]

Creates a new instance of a ReqEventProcessKanban object.

NoteNote

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.
_limitToKanbanRuleRefRecId
Type: KanbanRuleRefRecId Extended Data Type
A record ID for the KanbanRule table buffer that is used to limit kanban rules that are processed.
_limitToPlanReferenceRefRecId
Type: PlanReferenceRefRecId Extended Data Type
A record ID for the PlanReference table buffer that is used to limit kanban rules that are processed.
_limitToLastPlanActivityRefRecId
Type: PlanActivityRefRecId Extended Data Type
A record ID for the PlanActivity table buffer that is used to limit kanban rules that are processed.
_mustDeleteEvent
Type: boolean
A Boolean value that specifies whether to delete the event after it processes.
_reqEventProcessParm
Type: ReqEventProcessParm Class

Return Value

Type: ReqEventProcessKanban Class
A ReqEventProcessKanban object.

ExceptionCondition
Error

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

Show: