Monday, October 21, 2013

How to Change the Drilldown limit in Maximo

1. Go to the Application Designer application
2. Select the Action "Export System XML"
3. Highlight the line Library in the Export System XML dialog and click on the Export XML icon,.

4. Using the "save as" option, save two copies of this file. Name one of them library.xml and the other library.xml.bk, which will serve as a backup.
5. Open library.xml in a text editor 
6. Find the string 
7. insert maxchildren="200" directly after it.
Note: this will change the display limit for Location children to 200. You may designate another limit by selecting another numeric value.
Note: You should find only one "non commented" occurrence of the string
The changed section of the library.xml file should look like the section below. The inserted string is shown in bold:
8. Find the string 
9. insert maxchildren="200" directly after it.
Note: this will change the display limit for Asset children to 200. You may designate another limit by selecting another numeric value.
Note: You should find only one “non commented” occurrence of the string

10. Save library.xml
11. On the Application Designer main tab, select the Import icon, and browse to the library.xml file that you have updated.
12. Click OK to import the file.

No comments:

Post a Comment