Setup an Integration Object for Inbound Failure codes

If you have gone through the process of importing data with MIF, you may have noticed that there is not integration object for failure codes.  When I was importing data, I didn't have to worry too much about it because I didn't have that many failure … Read More

Dynamically change the file name of a BIRT output report

I have been looking for this functionality for a while and now I have finally found it. This feature is available for BIRT 2.3.1, which means you will have to have Maximo 7.1.1.5 or above installed as it comes with BIRT 2.3.2. You will have to write … Read More

An improved Maximo Assignment Manager

If you have used the built in Maximo Assignment Manager module, you probably wanted to pick up your computer and throw it out the window. In my opinion, the assignment manager module and far from being user friendly and all it's meant to do is … Read More

Extending Maximo 7 Business Objects

At times it is necessary to override or extend the functionality in core MAXIMO. This can be achieved by 'extending' methods in the Maximo business objects. The following section outlines the process involved in extending the add() method in the … Read More

Maximo 7 Developer Reference Guide

Here is a link to IBM's Maximo 7 Developer Reference Guide http://www-01.ibm.com/software/brandcatalog/portal/opal/details?catalog.label=1TW10MA2K This is just a help file that contains some sample java code and examples of how to extend some … Read More

Workorder and PM indexes that may help performance

The following indexes should be used in a test or development environment before using in production and may help to increase performance with regard to work orders and PMs: CREATE INDEX MAXIMO.MULTIASSETLOCCI_SNLX1 ON … Read More

1 12 13 14 17