Share via


ReqEventProcessKanban::newStandard 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 newStandard(
            Common _common, 
           [boolean _interactive, 
            boolean _skipRuleMayExistCheck, 
            ReqEventProcessParm _reqEventProcessParm])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static ReqEventProcessKanban newStandard(
            Common _common, 
           [boolean _interactive, 
            boolean _skipRuleMayExistCheck])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static ReqEventProcessKanban newStandard(
            Common _common, 
           [boolean _interactive, 
            boolean _skipRuleMayExistCheck])

  Microsoft Dynamics AX 2012 (FPK)
          client server public static ReqEventProcessKanban newStandard(
            Common _common, 
           [boolean _interactive, 
            boolean _skipRuleMayExistCheck])

  Microsoft Dynamics AX 2012 (SYS)
          client server public static ReqEventProcessKanban newStandard(
            Common _common, 
           [boolean _interactive, 
            boolean _skipRuleMayExistCheck])

Run On

Called

Parameters

  • _common
    Type: Common Table
    A Common table buffer to use to create the object.
  • _interactive
    Type: boolean
    A Boolean value that specifies whether the class was called from a form.
  • _skipRuleMayExistCheck
    Type: boolean

Return Value

Type: ReqEventProcessKanban Class
A ReqEventProcessKanban object.

Exceptions

Exception Condition
Error

The table buffer is not valid to use to create of this class.

See Also

Reference

ReqEventProcessKanban Class