Maximo EAM: Applying default value filter to ‘Select Value’ lookup
Above is the default Lookup menu for selecting a parent Work Order in Maximo EAM. Let’s say we want to...
Maximo Anywhere: Monitor Network Traffic using Fiddler
The usual way of debugging (including network tracing) the Maximo Anywhere application is to use Chrome Devtools. In some cases,...
Maximo Anywhere: Monitor Network Traffic using mitmproxy
The usual way of debugging (including network tracing) the Maximo Anywhere application is to use Chrome Devtools. In some cases,...
Maximo: Initiate workflow from Automation Script
Workflows can be programmatically initiated in Maximo using WorkFlowService class. Here is a sample Automation Script for a new record:...
Maximo: How to fetch selected records from an Automation Script
In most Maximo applications like Work Order Tracking or Assets, the list of selected records can get retrieved as follows:...
Maximo: Suppress warning message dialog through Automation Script
As we automate a task through script by invoking standard functionality, we may get a warning dialog in certain cases....
Maximo: Launching and closing dialog through Automation Script
Launching a dialog Following code launches the status dialog. Any dialog Id can be specified from the application’s XML. Closing...
Adding user-defined operations to a Maximo application
We can have user-defined operations in Maximo by adding menu items to an application using Application Designer. The functionality of...
Obtain Maximo Anywhere app logs from iOS device using Xcode
This article explains how to gather logs from Maximo Anywhere apps installed on an iOS device like iPhone or iPad....
Maximo Test Automation with Cypress
Cypress.io is a newish front-end test automation tool. In my brief encounter with Cypress, I found it relatively easy to...