Maximo Open Forum

 View Only

 Making Changes to Service Requests Application

  • Customizations
Fitzroy Johnson's profile image
Fitzroy Johnson posted 03-05-2024 21:57

I am working in Maximo 7.6. In the “Service Requests” application (under “Common Actions” on the left-hand navigation); the user can click on “Select Owner” and a dialog / application pops-up with two tabs.  I need to make changes to this dialog, but I don’t know how to find this dialog / application from within Application Designer.  Can someone help me please?

Jade Warren's profile image
Jade Warren

Hi Fitzroy!

These dialogs are likely stored in the LIBRARY.XML file, accessible by Application Designer > Select Action > Export System XML > [select LIBRARY].

You can then search through the XML for id="owner".

You then have two options:

  1. You can directly edit the XML for the dialog and re-import LIBRARY.XML to impose the changes
  2. You can also export SR and copy / paste the "owner" dialog XML into the SR application and re-import that (Maximo always looks first to the on-screen application definition for dialogs and only refers to LIBRARY.XML if the referenced dialog isn't defined at the application level).  After re-importing, the dialog (a copy) would be accessible / editable from w/in Application Designer in the SR screen definition.

Cheers,

Jade

Martin Fabra's profile image
Martin Fabra

Hi @Fitzroy Johnson! 

Searching the dialog box, you can find it in the SR application with the name "owner_deprecated".

Regards!