Search code examples
user-interfacebuttontitlebarmaximo

Maximo: Add 'Create New Work Order' button to title bar?


In Maximo 7.6.1.1:

When a user is in an application other than WO Tracking, it takes three clicks (and a mouseover) to create a new work order (via the menu).

I would like to make it easier for users to create work orders.

Idea:

Is it possible to add a Create New Work Order button in the title bar -- so that the button is always present and requires only a single click?

enter image description here


For bonus points, what is the proper name for the "title bar" in Maximo?


Solution

  • Honestly, I would not denature the basic Maximo UI for such a request. The Quick Insert portlet exists for this reason. Basically, add a work order Quick Insert portlet to the users' Start Center.

    They would now have to hit the home button and click on the Quick Insert link.

    Start Center portlets information: https://www.ibm.com/support/knowledgecenter/SSLKT6_7.6.1/com.ibm.mbs.doc/startcntr/c_start_center_portlets.html

    If you really want to add a button, you'll need to modify a specific jsp as stated above by Preacher.