Document toolboxDocument toolbox

Install ServiceSWAT Configuring Menus

Although it is possible to configure the appearance of the Import menu an implementation may have the desire to remove some of the menu items.  The most common ones to remove or add are the Parts Optimization elements.

Depending on whether you are displaying the menu or not the menu files is in <installation directory>\webapps\ServiceSWAT\html.

If you are displaying the import page then edit menu.html.

If you are not displaying the import page then edit menu_noimport.html

In these files you will see several lines that begin:

db[i++] = new dbRecord(

Each of these lines represents a menu item which can be identified by the quoted text in the middle of the line.  To remove the menu item simply comment out the line using // at the beginning of the line

Please ask your ServicePower representative of which menu options it may make sense to remove.