I've never had to use other controls on the request page so it's possible it may work or not. I'd assume as long as it works on the advanced search though it'd work as both use the concept of zombie MBOs.
But modifying the request page is relatively easy. Each report has a unique dialog generated in the REPLIBRARY. You can get that by going to application designer and exporting the REPLIBRARY XML. Then search for the reportnum of your report (IE reportnum="1292" or id="reportd1292") and that is your dialog. You can modify the dialog here, or what I would recommend, is you can extract the dialog and add it as a dialog in the application itself. So if your report was run in WOTRACK for example, add the dialog to WOTRACK.
The reason for this is users may regenerate the request pages (in bulk or individually on your report) which will obliterate any changes you make in the REPLIBRARY. The Maximo framework looks for a dialog in the application first so it'll launch your custom dialog if you put it in the app. And you can make changes relatively safely here.
------------------------------
Steven Shull
Director of Development
Projetech Inc
Cincinnati OH
------------------------------
Original Message:
Sent: Mon January 25, 2021 07:53 PM
From: User1971
Subject: Build custom request page for BIRT report?
Is it possible to build a custom request page for BIRT reports?
For example, I'd use a custom form so that I could include things like the classification drilldown and the GL selection window (as report parameters).
Thanks.
#Maximo
#AssetandFacilitiesManagement