Yes. While you can make the WONUM field the hyperlink, you'll want to make sure you are pulling in the workorderid in your report as the best way to build the URL utilizes the uniqueid of the table (which is WORKORDERID for WORKORDER). Building a Maximo URL that would open a work order in the WOTRACK app would look like this:
https://URL/maximo/ui/maximo.jsp?event=loadapp&value=WOTRACK&uniqueid=:workorderid
If you have clone of WOTRACK you can change the app name to whatever is appropriate. Replace the :workorderid with the workorderid from your dataset. And this works whether your users are logged in or not. If they aren't logged in they'll be prompted to login and then it will redirect them to the record. It's pretty useful (we use this on quite a few communication templates).
There are quite a few URL parameters and Bruno has a good summary here: Maximo URLs | IBM Maximo Dev Blog (bportaluri.com)
------------------------------
Steven Shull
Director of Development
Projetech Inc
Cincinnati OH
------------------------------
Original Message:
Sent: Sun February 14, 2021 12:50 PM
From: User1971
Subject: WONUM hyperlink in BIRT report?
MAM 7.6.1.2; BIRT 431:
I have a BIRT report on the WORKORDER table. I would like to make the WONUM column in the report be hyperlinks to the WOs in WOTRACK.
The assumption would be that Maximo is already open in the browser and logged in (no fancy security/tokens needed)
Is it possible to do this? .
Thanks.
#Maximo
#AssetandFacilitiesManagement