Welcome to Maximo Times

All Things Maximo

My name is Chon, feel free to ask me any question regarding Maximo. I will try to answer them as best as I can.

Member Login

Lost your password?

Not a member yet? Sign Up!

Maximo Tips & Tricks

Featured Solutions
Babson College - Utilizes EZDash

Babson College - Utilizes EZDash

Babson College, one of the leading business colleges in the world, has chosen InterPro Solutions’ EZDash module for a real-time and easy visualization of their maintenance productivity and energy consumption data.  This customizable dashboard runs 24 hours a day on a 46” wide screen monitor in the main office, so ...

View Solution...

EZMaxMobile - Maximo Mobile Integration

EZMaxMobile - Maximo Mobile Integration

Real Time Maximo Mobile Connectivity InterPro Solutions’ has developed a mobile integration framework that provides real time connectivity to Maximo via WiFi or 3G connectivity. Devices such as BlackBerry, iPhone, Android, MC 50/70s, etc. are now capable of logging into and communicating with Maximo on a real time basis. No longer ...

View Solution...

WebAssign - Workorder Assignment & Scheduling

WebAssign - Workorder Assignment & Scheduling

This web-based add-on to IBM Maximo application provides supervisors and managers with the ability to assign work orders to specific staff as well as track the status of those work orders. Work orders can be assigned on an individual basis or by groups - it as easy as a "point ...

View Solution...

EZDash - Custom Maximo Dashboard

EZDash - Custom Maximo Dashboard

A web based dashboard that seamlessly interacts with your Maximo maintenance management system. EZDash provides real time interactive graphs and charts for use by staff to monitor and manage work processes, inventory, labor hours, PM schedules, etc. EZDash is easily configured to display a wide range of key performance metrics ...

View Solution...

WebMaint - Customer Service Request Module

WebMaint - Customer Service Request Module

This web-based add-on to IBM’s Maximo application system provides customers with a simple way to enter service requests and view their previously entered service tickets.  Customers can enter requests without having to be a registered Maximo user, therefore eliminating the need for a user to register or be registered in ...

View Solution...




Change location/asset drilldown limit

Have you been in the location or asset drilldown dialog box and seen the node “…This level has reached the set display limit…”? That is because the drilldown limit for child nodes is set to 50. You can change this limit to 5 or even 200. This is what the drilldown looks with the default setting.

Location Drilldown

Location Drilldown

To change the limit, first open up the Application Designer.  Click Select Action -> Export System XML.  Export the LIBRARY xml by clicking on the blue arrow icon on the right.  Save the xml file.  You can choose to create a backup just in case something goes wrong.

Open the LIBRARY.xml file with notepad or your favorite text editor.  Search for the term relationship=”LOCATION”.  The complete line you are looking for should be something like this:

<tree beanclass="psdi.webclient.beans.common.DrilldownTreeBean" checkfornewnodes="true" height="150" id="locations_tree" 
ignorestructurechange="true" relationship="LOCATIONS" selectfirstnode="true" width="500">

Next, insert the text maxchildren=”100″ after relationship=”LOCATIONS”.  You can set it to any limit you wish.  The xml should now look like so:

<tree beanclass="psdi.webclient.beans.common.DrilldownTreeBean" checkfornewnodes="true" height="150" id="locations_tree" 
ignorestructurechange="true" relationship="LOCATIONS" maxchildren="100" selectfirstnode="true" width="500">

Save.  This will now change the location drilldown to the specified limit.  If you also want to change the drilldown limit for assets, search for the term relationship=”ASSET” and follow the same steps.

After you made your changes and saved, it’s time to import the xml back into Maximo. Go into the Application Designer and on the tab menu, click on the import icon.  Browse for the xml file you just made changes to.  Click OK to import the file.

You should now have changed the limit for the drilldown to suit your needs.

Tags: , , , ,


Leave a Reply