Create Checklists
Checklists can be used during setup and upgrade. The checklist concept provides a tool for adding items that must be part of a specific setup procedure.
Create a New Checklist
Create a new class that inherits from the SysCheckList class. For an example of methods that can be overridden, see the SysCheckList_Setup class.
Create a new empty interface. The interface is used by items that belong to the checklist.
Add the classId to the SysCheckList::checkLists static method.
Create the necessary checklist items and add them to your checklist. For more information, see Create Checklist Items.