ReqEventProcessBatchKanbanTask::newStandard Method [AX 2012]

Creates a new instance of the ReqEventProcessBatchKanbanTask class.

NoteNote

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


  Microsoft Dynamics AX 2012 R3
          server public static ReqEventProcessBatchKanbanTask newStandard(
           [PlanReferenceRefRecId _planReferenceRefRecId, 
            PlanActivityRefRecId _planActivityRefRecId, 
            KanbanRuleRefRecId _kanbanRuleRefRecId, 
            KanbanId _kanbanId, 
            SalesId _salesId, 
            LeanKanbanJobStatus _minKanbanJobStatus])

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static ReqEventProcessBatchKanbanTask newStandard(
           [PlanReferenceRefRecId _planReferenceRefRecId, 
            PlanActivityRefRecId _planActivityRefRecId, 
            KanbanRuleRefRecId _kanbanRuleRefRecId, 
            KanbanId _kanbanId, 
            SalesId _salesId, 
            LeanKanbanJobStatus _minKanbanJobStatus])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          server public static ReqEventProcessBatchKanbanTask newStandard(
           [PlanReferenceRefRecId _planReferenceRefRecId, 
            PlanActivityRefRecId _planActivityRefRecId, 
            KanbanRuleRefRecId _kanbanRuleRefRecId, 
            KanbanId _kanbanId, 
            SalesId _salesId])

  Microsoft Dynamics AX 2012 (FPK)
          server public static ReqEventProcessBatchKanbanTask newStandard(
           [PlanReferenceRefRecId _planReferenceRefRecId, 
            PlanActivityRefRecId _planActivityRefRecId, 
            KanbanRuleRefRecId _kanbanRuleRefRecId, 
            KanbanId _kanbanId, 
            SalesId _salesId])

  Microsoft Dynamics AX 2012 (SYS)
          server public static ReqEventProcessBatchKanbanTask newStandard(
           [PlanReferenceRefRecId _planReferenceRefRecId, 
            PlanActivityRefRecId _planActivityRefRecId, 
            KanbanRuleRefRecId _kanbanRuleRefRecId, 
            KanbanId _kanbanId, 
            SalesId _salesId])

Run On

Server

Parameters

_planReferenceRefRecId
Type: PlanReferenceRefRecId Extended Data Type
A record ID for the PlanReference table to use as a filter during processing; optional.
_planActivityRefRecId
Type: PlanActivityRefRecId Extended Data Type
A record ID for the PlanActivity table to use as a filter during processing; optional.
_kanbanRuleRefRecId
Type: KanbanRuleRefRecId Extended Data Type
A record ID for the KanbanRule table to use as a filter during processing; optional.
_kanbanId
Type: KanbanId Extended Data Type
A KanbanId string identifier that is used as a filter during processing; optional.
_salesId
Type: SalesId Extended Data Type
A SalesId string identifier that is used as a filter during processing; optional.
_minKanbanJobStatus
Type: LeanKanbanJobStatus Enumeration

Return Value

Type: ReqEventProcessBatchKanbanTask Class
A ReqEventProcessBatchKanbanTask object.
Show: