One of the first thing I always say to the new hires that are going to learn Maximo is how much important is to have a good knowledge of SQL language. It is really important to build application queries, Birt reports, database relationships, complex table domains, conditional expressions and many other Maximo configurations. The important […]
MxLoader wizard
Do you know there is a wizard into MxLoader? You can invoke him clicking on the MxSheet Wizard button on the toolbar. Joking apart, the MxSheet Wizard button can help you in creating your own MxLoader sheet choosing an available Object Structure and picking up all the attributes that you want to manage. This is […]
Script to check if current user is in a Security Group
A typical business case is to prevent editing of some specific fields to a set of organizational roles in Maximo. This is typically achieved by implementing attribute data restriction or conditional UI. However, if you need more control over what field should be readonly and when, you can use an automation script on the INIT […]
Maximo bulk update from List view
In some cases Maximo allows to perform bulk updates using actions on the List View. For example, you can set the timezone of multiple assets by selecting the Associate Time Zone on the List View of the Assets application and then a dialog will appear to perform a massive update on all the selected records. […]
Adjust field size in application
Maximo sometimes does not display all the characters in a field, because the text box is too small. Of course, you can solve this. First you need to understand how Maximo determines the display size of the text box. Then you can change these setting and control how large the text box should be. Setting […]
It’s now time to upgrade to MxLoader 8
I’m happy to announce that I have just released version 8.2 of MxLoader. It includes few small bug fixes and few important features. If you haven’t already upgraded to MxLoader it’s time to do it! Time Zones You may not be aware that while most time zones differ from Coordinated Universal Time (UTC) by a […]
Using API authentication with MxLoader
Here is a quick guide about how to use API authentication with MxLoader. Generate API Key Follow these steps to generate an API Key for your user. Login to Maximo with administrative account. Go to Administration > Work Center > Integration. Click on the API Keys and click on the Add API Keys button Search […]
How to improve View Workflow History dialog
One of the frequent complaints from Maximo clients is the scarce user-friendliness of the View Workflow History dialog. Here is the same dialog after few changes. Clutter information is removed and is now clear the sequence of actions taken by the user. Before you start you have to open the Application Designer and click on […]
MxLoader registration Q&A
Dear MxLoader users, I have recently received a private message asking some clarifications about how the registration of MxLoader works. I have decided to reply publicly in this post to the questions. Does MxLoader registration process after adding the user and key information report back to a central server or is it self contained within […]
DBC XML Format Reference
The DBC XML Format Technical Reference document disappeared from IBM website. You can download the document from this link. Thanks to Biplab Das Choudhury and Cezar Tipa.