Maximo Tips & Tricks
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.
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: Maximo, Maximo 6.2, Maximo 7.1, Application Designer, Location Drilldown






