Configuring the navigator

You can add new tasks to the navigator, remove new or standard tasks, and modify the labels and descriptions of each task.

About this task

Tasks can be added to the navigator using the linkx parameter, where x is an incremental number, starting with 0, that indicates the task order in the navigator. If link0 is defined, the default tasks are ignored and can be redefined as linkx tasks.

Adding a task

About this task

You might want to add tasks to the navigator that include:
  • Opening specific Self Service Center dialogs or system dialogs.
  • Launching process automation engine applications, with the ability to return to the Self Service Center.
  • Opening external web pages using the Launch in Context feature.
  • Run user-supplied Dojo (javascript) classes.

Procedure

  1. Edit the Self Service Center config.properties file.
  2. Add a linkx statement that links to the feature you want to open, where x indicates the order in which the tasks appear on the menu.
  3. Save the file.
  4. Optional: Modify the version of the file that is stored on your J2EE server so that you can test the changes prior to final deployment.
  5. Rebuild and redeploy the maximo.ear file on the WebSphere® Application Server.

Removing a task

About this task

You might want to remove one of the tasks from the navigator. For example, if you do not want users to search for solutions, you could remove the "Help me fix a problem" task or use linkx statements.

Procedure

  1. Edit the Self Service Center config.properties file.
  2. Locate the section that specifies the task you want to remove.
  3. Comment out the line for the task that you want to remove.
  4. Save the file.

Hiding the shopping cart and cart template icons

About this task

If you hide the shopping cart and cart template icons, your self-service users must request each service that they need individually, rather than accumulating them into a cart for joint submission.

If you want to hide the cart icon, set the hidecarticon parameter in the Self Service Center config.properties file to true. In the same manner, to hide the cart template icon, set the hidecarttemplateicon parameter to true.



Feedback