SysCheckList::runCheckListSpecific Method [AX 2012]
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 public static void runCheckListSpecific(
ClassId _id,
[boolean _ignoreisRunnable,
boolean _silent,
boolean _compile])
Microsoft Dynamics AX 2012 R2 (SYS)
client public static void runCheckListSpecific(
ClassId _id,
[boolean _ignoreisRunnable,
boolean _silent,
boolean _compile])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client public static void runCheckListSpecific(
ClassId _id,
[boolean _ignoreisRunnable,
boolean _silent,
boolean _compile])
Microsoft Dynamics AX 2012 (FPK)
client public static void runCheckListSpecific(
ClassId _id,
[boolean _ignoreisRunnable,
boolean _silent])
Microsoft Dynamics AX 2012 (SYS)
client public static void runCheckListSpecific(
ClassId _id,
[boolean _ignoreisRunnable,
boolean _silent])
Run On
ClientParameters
- _id
- Type: ClassId Extended Data Type
- _ignoreisRunnable
- Type: boolean
- _silent
- Type: boolean
- _compile
- Type: boolean
Show:
Note