SysCheckList::preventCheckListAtStartup Method [AX 2012]

Prevents a checklist from running at start up.

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

Run On

Client

Parameters

_checkListClassName
Type: IdentifierName Extended Data Type
The name of the checklist class to set not to run at start up.
_value
Type: boolean
true is the checklist should not run at start up; otherwise, false.
Show: