Is there any similar option for Maximo
7.6.0.9??
I am facing an issue with a dialog box, in which the dialog box has OK button which is linked to Action Launch Point Automation script but once the automation script gets executed the dialog box doesn't get closed unless you click close button manually.
I tried multiple ways like savemode="ONLOADUNLOAD" and other steps but nothing works.
I tried the above script but it doesn't work due to version issue (
service.webclientsession() method doesn't exists) so is there any other option for Maximo
7.6.0.9?------------------------------
Murli Swami
------------------------------
Original Message:
Sent: Mon February 03, 2020 01:05 PM
From: User1971
Subject: It works! Access the UI via an automation script (using getWebClientSession)
I thought I'd share something interesting I learned back in October 2019:
In Maximo 7.6.1.1, we can use the service.webclientsession()
method to access the UI:
from psdi.common.context import UIContext
wclause = service.webclientsession().getCurrentApp().getResultsBean().getMboSet().getUserAndQbeWhere()
service.error("The WHERE clause is : ", wclause);
I think that could be handy in some scenarios.
Some notes:
#Maximo
#AssetandFacilitiesManagement