Maximo EAMMobile Maximo Anywhere: Monitor Network Traffic using mitmproxy UmarMar 17, 20221 Comment on 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,... Read More
Artificial Intelligence Book Review: Life 3.0 UmarFeb 17, 2022Jul 5, 2024 Max Tegmark’s Life 3.0 offers an engaging exploration of the future of humanity in an age where we may coexist... Read More
MobileWeb Dart Code Coverage with Github Actions and CodeCov UmarOct 20, 2021 Unit tests and Code Coverage not only improves the code quality but also provides agility in developing new features with... Read More
Uncategorized Programming in Rust UmarSep 21, 2021Jan 1, 20231 Comment on Programming in Rust Rust has a unique place among programming languages. Apart from being the most loved programming language as often cited in... Read More
Maximo EAM Maximo: Initiate workflow from Automation Script UmarSep 18, 2021Jun 20, 2024 Workflows can be programmatically initiated in Maximo using WorkFlowService class. Here is a sample Automation Script for a new record:... Read More
Maximo EAM Maximo: How to fetch selected records from an Automation Script UmarSep 4, 2021Sep 19, 20212 Comments on 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:... Read More
Software EngineeringSystem Integration Microsoft Certified: Azure Solutions Architect Expert UmarAug 30, 2021Jun 26, 20241 Comment on Microsoft Certified: Azure Solutions Architect Expert Read More
Maximo EAM Maximo: Suppress warning message dialog through Automation Script UmarAug 29, 2021Jun 20, 2024 As we automate a task through script by invoking standard functionality, we may get a warning dialog in certain cases.... Read More
Maximo EAM Maximo: Launching and closing dialog through Automation Script UmarAug 22, 20211 Comment on 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... Read More
Maximo EAM Adding user-defined operations to a Maximo application UmarAug 6, 2021Aug 6, 2021 We can have user-defined operations in Maximo by adding menu items to an application using Application Designer. The functionality of... Read More