ScreenCast: Invoke Maximo 6 Query/Response Web Service

This entry is part 4 of 5 in the series Web Services

This year I have made a new resolution to create some more great screencasts and how to videos for you guys. Hopefully this is a start to a great new year. This screencast video will show you how to consume Maximo 6 query/response web services that we setup in our previous tutorial.  I will walk [...]

This text is available for purchase but you need to login or register first. Please Login here.

Setup query/response web service for Maximo 6

This entry is part 3 of 5 in the series Web Services

This tutorial will walk you through setting up a query/response web service in Maximo 6. A query/response web service is useful when you want to an external system such as a SharePoint server to query Maximo data, such as work order information, and return a result set.  In this example, I will show you how [...]

This text is available for purchase but you need to login or register first. Please Login here.

Setup Maximo 7 clustered environment in WebSphere

This guide comes from IBM support which shows us how to setup a clustered Maximo 7 user interface (UI) within WebSphere for best performance. 

Free IBM Redbook: Migration Use Cases with the Migration Manager

Another free IBM Redbook: Migration Use Cases with the Migration Manager

How to quickly rebuild and redeploy EAR files with WebSphere

OK, this tutorial isn’t exactly rebuilding and redeploying EAR files, but if you are developing and writing some custom java classes for use with some extra fields or whatever, you will know what even if you make a single code change within Eclipse, you will have to move the .class file to maximo and manually [...]

This text is available for purchase but you need to login or register first. Please Login here.

Display workflow change status memo field on communication template

I’m not sure how many of you actually use the memo field when changing a record status but here is a quick little tip that shows you how to retrieve that field and show it on a communication template. This text is available for purchase but you need to login or register first. Please Login [...]

This text is available for purchase but you need to login or register first. Please Login here.

Prevent duplicate invoice vendor numbers from being entered using a custom Java class

In our forum, Dave asked if I could come up with a java class to validate whether an invoice vendor number was a duplicate.  This tutorial has a link to the custom java file that you can download and use in your own Maximo 7 instance. This text is available for purchase but you need [...]

This text is available for purchase but you need to login or register first. Please Login here.

Add or remove buttons from message dialog boxes

In Maximo 7, you can manage the messages that are displayed in dialog boxes, such as when you clear a record, or navigate away from a record without saving.  Those dialog boxes also have buttons such as ‘Yes’, ‘No’, ‘Cancel”, etc that you can choose to show or not.

How to import failure codes with the Maximo Integration Framework (MIF)

This entry is part 6 of 13 in the series Import Data with MIF

There is already a guide to import failure codes with Maximo 6 and MEA but it seems as though this guide isn’t really useful for Maximo 7 and the Integration Framework.  Initially, I thought it the guide provided by IBM for Maximo 6 would of been enough, but when I tried to create an import [...]

This text is available for purchase but you need to login or register first. Please Login here.

Make classification attributes required using conditional expression manager

Here is a great tutorial from IBM Support that shows you step by step how to make classification attributes required using the conditional expression manager.