Maximo

 View Only
Expand all | Collapse all

BIRT - execute report for a specific line / child object

  • 1.  BIRT - execute report for a specific line / child object

    Posted Fri May 05, 2023 03:03 AM
    Hi all,
    I currently have the task to implement a button that runs a birt report on a line / child object.
    In the Inventory application I added a button to the invvendor records, as shown in the screenshot.
    Screenshot
    This button starts a birt report, but it runs on the owning inventory record.
    How can I run a report for this line / child object / invvendor?
    Best Regards Dirk


    ------------------------------
    Dirk Huppertz
    Senior Project Manager
    S&T Deutschland GmbH
    Aachen
    ------------------------------


  • 2.  RE: BIRT - execute report for a specific line / child object

    Posted Wed May 10, 2023 09:24 AM

    Hi Dirk,

    If the button is on invvendor object then ideally your mbo should fetch INVVENDOR. Not sure why you are getting parent object reference here. How are you running this report? through action automation script on this button? you should be able to read the values from this mbo if they are used as params for report and run the report using runReport() method. If you can explain more on how are you running the report, it will help me to provide a solution.

    Thanks,
    Suhas



    ------------------------------
    Suhas Joshi
    ------------------------------