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.

  1. Create a new class that inherits from the SysCheckList class. For an example of methods that can be overridden, see the SysCheckList_Setup class.

  2. Create a new empty interface. The interface is used by items that belong to the checklist.

  3. Add the classId to the SysCheckList::checkLists static method.

  4. Create the necessary checklist items and add them to your checklist. For more information, see Create Checklist Items.

Community Additions

ADD
Show: