ReqEventProcessKanban::newStandard Method [AX 2012]
Creates a new instance of a ReqEventProcessKanban object.
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
CalledParameters
- _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
- _reqEventProcessParm
- Type: ReqEventProcessParm Class
Show:
Note