Maximo

Extract attachments (DOCLINKS)

This post explains how to extract a set of attachments from the server. First of all you have to find the root folder where the attachments are stored. This can be found in mxe.doclink.doctypes.defpath system property (System Configuration – Platform Configuration – System Properties). Unfortunately, from the file names you cannot understand to which records […]

Learn how to query data with SQL

Many times Maximo users and administrator lacks database skills. These are important in several situations: Write ‘where clause’ statements to filter data in Maximo UI. Develop complex SELECT statements to extract data from multiple tables when developing report. Optimize existing queries to solve performance issues. If you need to improve your SQL skills I suggest […]

Maximo Tranining presentations

Here are some nice presentations that I use during basic education sessions for new Maximo users. Introduction – PowerPoint – SlideShare Getting Started – PowerPoint – SlideShare Asset Management – PowerPoint – SlideShare Work Management – PowerPoint – SlideShare Inventory Management – PowerPoint – SlideShare I tried to use a pretty template and a common […]

Preventive Maintenance (PM) automatic work order generation

You probably know that Preventive Maintenance module in Maximo allows to schedule periodical maintenance activities in order to keep your assets running efficiently.In other words you can use the  Preventive Maintenance to schedule the automatic generation of work orders. Work orders can be generated manually using the ‘Generate Work Orders’ action in the Preventive Maintenance […]

How to display a domain description in an application

Some fields in Maximo are linked to a domain that allows to set its value from a predefined set of values. In some cases however, when the value does not provide enough information, you may wish to also display the description of the domain value that you have chosen. For example lets consider the STATUS […]

Inbound Web Service processing using XSL transformation

The title of this article is quite scaring right? Let’s describe the scenario… You have an external application that needs to query or update data in Maximo using a Web Service call. In the real world the outbound XML schema of the caller is different from the Maximo inbound interface. How can you transform the […]

Scroll to top