Maximo

Maximo

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  Automation Scripts: Java methods that interact with the UI

    Posted Sat December 04, 2021 01:00 AM
    Edited by System Admin Wed March 22, 2023 11:48 AM
    It's my understanding that the new Java methods in recent versions of Maximo have been a game changer for a lot of Maximo devs. Using automation scripts, we can now interact with the UI:
     - In 7.6.1.1, we got a new method: UIContext.getWebClientSession()
     - In 7.6.1.2, we have ScriptService.launchDialog()  and ScriptService.openURL()
     - And there is a method from older versions of Maximo that can be used to open a dialog from MBO launch points: Utility().sendEvent(WebClientEvent("status", c.getCurrentPageId(), None, SessionContext(c)))


    Question:

    Is there any other functionality that we should ask IBM for when it comes to interacting with the UI? 
     1. For example, if we pop up a custom dialog via an automation script, is there anything else that want to do via autoscripts that we can't do today?
     2. Is there any browser functionality that's missing, like opening a URL in the same/current browser tab, instead of a new tab or window?
     3. Would it be helpful to open selected list view records in different application? (example: WOTRACK --> Assignment Manager)
     4. Other?


    #AssetandFacilitiesManagement
    #Maximo


  • 2.  RE: Automation Scripts: Java methods that interact with the UI

    Posted Sat December 11, 2021 06:07 AM
    Edited by System Admin Wed March 22, 2023 11:47 AM
    It would be interesting to hear what people think...what's on your wish list?
    #AssetandFacilitiesManagement
    #Maximo


  • 3.  RE: Automation Scripts: Java methods that interact with the UI

    Posted Fri December 31, 2021 04:26 PM