MxDev TidyApp

MxDevTidyApp is a small Java application to analyze an IBM Maximo application and detect all unused fields generating a simplified version of the same app removing all such fields.

Advantages of using MxDevTidyApp

  • Simplify user interaction with Maximo applications.
  • Avoid use of untested/unsupported tabs and fields.
  • Increase application load performances.

Installation

  1. Download latest version of MxDevTidyApp from here.
  2. Extract MxDevTidyApp.zip folder in a directory of your choice.
  3. Edit MxDevTidyApp.properties entering database credentials. These are used to verify used fields. No changes are made to the database.

Usage

  1. Open Maximo Application Designer and locate the application you want to tidy-up.
  2. Export the application XML definition. Save it under MxDevTidyApp folder.
  3. Launch MxDevTidyApp.cmd specifiying the XML file.
  4. Import the generated appname.tidy.xml application definition
Scroll to top