Skip to content

Opening an Attachment on List Tab in IBM Maximo

For this scenario I wanted an option to easily open attachments without having to go to each individual record, then the attachment icon, then waiting for the dialog to open then selecting the image to open it. I wanted to save time looking at attachments for a bunch of records. (Note: This only works if there is only one attachment that you can identify to open.) In this case we took a meter reading and have an image that goes with that meter reading in Maximo. So, there is only one image per reading. In order to do this, you need to go to Application Designer. Find the application you want to add an image link to. Find the table you want to use and add a new tablecol to that table. Open the tablecol properties and fill out the following fields: Type: OPENURL (Note: This was done in the xml by exporting the application and updating the field and importing the application. This value is not an option in most IBM Maximo environments in the drop-down list for the type field) Attribute: DOCLINKS.DOCUMENT URL Attribute: DOCLINKS.WEBURL opening-attachements-doclink-application designer-user interface-customization-relationship-attributeopening-attachements-doclink-application designer-user interface-customization-relationship-attribute   For the Attribute and URL Attribute you can append as many relationships as you need. For our scenario we added a relationship to the MEASUREMENT table called DOCLINKS with a Child Table of DOCLINKS table that has the image. The whereclause for that relationship is “ownertable = ‘MEASUREMENT’ and ownerid = :MEASUREMENTID”. The table that we are adding the tablecol to is MEASUREMENT. Once you have updated the application. Save your changes and go to the application. You will see an update to your table that looks like: opening-attachements-doclink-application designer-user interface-customization-relationship-attribute       The underline and the blue text indicate that you can click that and the attachment will open.

Share This

Related Posts

integration-trobleshooting-IBM-Maximo-A3J-Group-Consulting-e1636065766665
Preventing fields from Editing Once Record is in Workflow
Preventing fields from Editing Once Record is in Workflow I like this problem because it involves a few...
how_to_enable_the_print_button_in_ibm_maximo
How to Enable Print Functionality in IBM Maximo
How to enable the print button in Maximo.   By default, Maximo only allows the MAXADMIN group to have...
WBENC Anoounement thumbnail

1 Responses

1 Comment

  1. Nice job. I’ve always wondered if hover can be applied to that column so you can see a preview of the attachment just by hovering over the link.

    I experimenting with ranking attachments using regex to rank JPEG and PNG first (before DOCX, PDF) but it had limited usefulness. With multiple attachments, you inevitably run into the query picking the less desirable image. But for 1:1 situations, this is great. I’ll have to bring this idea up with the group.


Add a Comment