Maximo Open Forum

 View Only

 I need help on how to achieve image uploaded

  • Customizations
Pablo Condoleo's profile image
Pablo Condoleo posted 11-07-2023 10:48
Hi I'm trying to achieve on Asset application a way to add a new tab which contains all attachments related to selected asset in the way that is shown in the image. I've tried extending TreeControlBean but whitout success. In fact the configured tree is not visible, evenmore, debuging the extended class on Eclipse I can see that it's containing the right Mbo.
Any help or suggestion on where to find another example on how to use Tree control in a Maximo application it'll be appreciated.
Thanks and regards.
New tab in Asset application showing attachments
Prashant Sharma's profile image
Prashant Sharma

You can check classes for Hierarchies - Open Drilldown in Asset /Location or Work Order Tracking application. Another example is the Open Classification Hierarchy.

Pablo Condoleo's profile image
Pablo Condoleo

HI, I've expressed wrong, What I really looking for is some type of documentation on how to use Tree control. I was studying the SecurityProfileTreeBean class from user application but I couldn't achieve its work. The only source that I have is the Java API docs, but its documentation isn't enough and some cases unclear.

Thanks a lot.