Share via


SysCheckList::preventCheckListAtStartup Method [AX 2012]

Prevents a checklist from running at start up.

Syntax

client public static void preventCheckListAtStartup(IdentifierName _checkListClassName, [boolean _value])

Run On

Client

Parameters

  • _value
    Type: boolean
    true is the checklist should not run at start up; otherwise, false.

See Also

Reference

SysCheckList Class