AutoSys Workload Automation

 View Only
  • 1.  Workload Automation DE Reports

    Posted Jul 05, 2019 03:34 PM

    It is possible to execute a  custom report developed in the BI present in WA Desktop Client at the end of the execution of an application?



  • 2.  RE: Workload Automation DE Reports
    Best Answer

    Broadcom Employee
    Posted Jul 08, 2019 10:26 AM
    Hi,
    You can call the report as an event.   In the application, run it using JavaScript execTrigger.

    First define a report or forecast event in Services.Report Event
    In your application, setup a link job and define this JavaScript at the job run time.

    execTrigger('<report_event_name>','','','');

    Link job javascript
    This should allow you to trigger the report event which will run the report.

    Thank you,
    Nitin Pande

    ------------------------------
    Broadcom Support
    Toronto

    ------------------------------