Configuring the navigator after upgrading from Tivoli Service Request Manager V7.2.1

This information only applies to users upgrading from Tivoli Service Request Manager V7.2.1 if they want to keep their existing setup. 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

Adding new tasks to the navigator

About this task

In Service Request Manager V7.2.1, the navigator area of the Self Service Center by default contains three main tasks and icons that provide quick access to common functions. These are Request a new Service, Browse Solutions, and Frequent Requests. The config.properties file has the following keys to configure these default tasks:

RequestsCatalog=listclf
Solution=listsolutions
FrequentRequests=listfrequentrequests

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.

Changing the name or description of a task

About this task

This function can only be performed on version 7.2.1 style task links and not on linkx statements. If you want to change the name or description of a task, you must update the database as well as the config.properties file.

The default names and descriptions of the three main tasks are specified in message keys. The Label keys contain the task names, and the Desc keys contain the task descriptions.
Table 1. Message key names and default values
Key Default value
RequestsLabel Request a new Service
RequestsLabelDesc Open a request to acquire a new asset or service
HelpFixLabel Browse Solutions
HelpFixDesc Search for a solution to your problem. Open a ticket to resolve the problem if a solution is not found.
RecentsLabel Frequent Requests
RecentsDesc Easy access to the services you most often request

Procedure

  1. Create a message group and key in the MAXMESSAGES table in the Maximo database.
    1. Click Open menu > System Configuration > Platform Configuration > Application Designer to open the Application Designer.
    2. Choose the Messages action.
    3. Create a new row and set the message group to srmsslabels.
    4. Set the message key to the name of the key whose value you want to modify. For example, to change the name of the task Request a new Service, use RequestsLabel.
    5. Set the value to the desired new string, such as Request a service offering.
    6. Set the display method to TEXT.
    7. To change another value, repeat steps c. through f., specifying the key and the new value.
  2. Update the Self Service Center config.properties file.
    1. Uncomment the line msggroup = srmsslabels.
    2. Set the parameter getTopNodeStrings = true.
    3. Save the file. See the documentation for configuring the Self Service Center for information about updating the config.properties file.