Excellent Solution Lars. I will try this in a demo environment.
Just discussing the solution bit more:
I would be interested to know how the performance of Maximo is after you displayed a number of original images( say 10 pictures in this show pictures window).
Considering the images would be around 3-5 mb in size then I am thinking it would take a lot of time to load this page. Can you shed some light on this please?
I think generating thumbnails from original images could be an use-case here.
------------------------------
Biplab Choudhury
Maximo Consultant
Tata Consultancy Services
Melbourne
------------------------------
Original Message:
Sent: Tue November 02, 2021 05:52 PM
From: Lars Kools
Subject: Viewing Thumbnail Photos posted as attachments on asset record
Hi Nancy,
You can indeed use the IMGLIB functionality for this. In standard Maximo this has a 1:1 relationship with an Mbo. To work around this we have created a custom bridge table WOIMGLIB. In our case a workorder has a 1:N relationship with the bridge table and each record in the bridge table has a 1:1 relationship with the IMGLIB.
Using this mechanism you can attach multiple IMGLIB's to an Mbo. The advantage of those IMGLIB's are that they can be previewed in within the UI without the need to download them.
1) create custom bridge table
2) Create mechanism to insert the bridge table records together with every newly added picture. We do this from our mobile application framework. But recently we also found a way on how this can be done via the UI (re-using the 'add attachment' browse dialog and by converting the doclinks to IMGLIB's using an automation script).
3) You need to create a dialog / tab to view all the IMGLIB records via a relationship to the bridge table (see attached screenshot).
------------------------------
Regards,
Lars
------------------------------
#Maximo
#AssetandFacilitiesManagement