Configuring Custom Menu Options in the Hamburger Menu
Servigistics InService provides a custom template and custom controller files to include custom menu options in the hamburger menu.
To display a custom menu option in the hamburger menu, you must update the following files:
• The customHamburgerAction.tmpl.html template file located in the directory <INS_HOME>/InS_SW/SW/Applications/Windchill.ear/codebase.war/delivery/custom/templates/scadmin, where <INS_HOME> is the path to the installation directory for Servigistics InService. The template file is used to display the new hamburger menu option in the Servigistics InService page.
• The customAdminHamburgerActionController.js controller file located in the directory <INS_HOME>/InS_SW/SW/Applications/Windchill.ear/codebase.war/custom/controllers/scadmin. The controller file is used to display the new hamburger menu option in the Servigistics InService administration page.
For each custom menu option, you must add a corresponding template and controller entry. The custom menu options appear after the default menu options in the hamburger menu.