SysCheckList.preventAtStartup Method [AX 2012]
Checks to see whether a checklist has been prevented at startup.
Syntax
public boolean preventAtStartup()
Run On
Client
Return Value
Type: boolean
true if the checklist has been prevented at startup; otherwise, false.
Remarks
Normally, there is a check box on every checklist UI to enable user to disable the checklist at startup. X++ code can also be used to disable a checklist.