Share via


SysCheckList_CN::runCheckListSpecific Method [AX 2012]

Runs a specific checklist.

Syntax

client public static void runCheckListSpecific(
    ClassId _id, 
   [boolean _ignoreIsRunable, 
    boolean _silent, 
    Args _args])

Run On

Client

Parameters

  • _ignoreIsRunable
    Type: boolean
    A Boolean value that indicates whether to ignore the runnable.
  • _silent
    Type: boolean
    A Boolean value that indicates whether to run the check in silence.

See Also

Reference

SysCheckList_CN Class