Blog

Maximo 7.5 scripting guide

Scripting is a powerful new feature that was introduced in Maximo 7.5.Checkout this hidden Scripting with Maximo guide from IBM lead developers. A very comprehensive list of examples is available here.My colleague Mathias has also a very interesting blog on scripting. Other articles and resources Launch report Automation scripting and email listener All scripting articles […]

Maximo URLs

TPAE-based products like MAM, TAMIT, TSRM, CCMDB or SCCD provide a common way to open an application and perform some basic action like displaying a specific entry or performing a simple query. This can be very useful to integrate Maximo with other applications implementing navigation integration or launch in context. The base URL has this […]

Rotating and non-rotating assets in Maximo

In Maximo/TPAE applications assets can be either rotating or non-rotating. The difference between those two types of assets is sometimes not clear. Rotating assets are assets that are interchangeable, such as motors, pumps, fire extinguishers, or PC monitors. Rotating assets have both a unique asset number and an inventory item number. The item number lets […]

How to schedule a CSV/XML file export through MIF

This entry is part of the Maximo Integration Framework series. In standard Maximo/TPAE there is no way to schedule the invocation of an outbound interface in order to periodically export a CSV or XML file at a specific interval. This can be accomplished with a little custom Java class. I have used the Java code […]

How to delete a Maximo application

Maximo does not allow to delete applications from the Application Designer. However, there is a trick well hidden in the Application Developer Guide to accomplish this task using a SQL client. Note that only user defined application should be deleted. Out-of-the-box applications can be hidden using the standard Maximo security mechanism. It is better to […]

Scroll to top