Create SR from PHP with Maximo web services (Sample Code)

Not a whole lot to say but to just check out this post, Create Incident with PHP via Web Services… [Burak Bolek]

Exporting data to XML with MIF event listener for any changes on an object automatically

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

Most of the tutorials that we have done so far have been for integrating with Maximo by importing or updating data, but sometimes you may need to work the other way around and integrate with third party applications from Maximo by exporting data. I have already shown you how to export data to XML manually, [...]

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

Import asset classification hierarchies and classification attributes with MIF

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

There is a built in object structure called MXCLASSIFICATION that we will use to import classification hierarchies and also the classification attributes using the Maximo Integration Framework (MIF). I will be using my default method of importing data which is by way of interface tables. If you aren’t familiar with interface tables, you can read [...]

Import PM’s and PM sequences with Maximo Integration Framework (MIF)

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

In this tutorial, I will show you how to setup object structures and enterprise services to import PM’s that use PM sequencing. PM sequencing or job plan sequencing is when you want to use a different job plan on one PM when the it is generated into a workorder. The topic of job plan sequencing [...]

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

How to integrate your enterprise applications with Maximo

I just found this article that describes how to integrate other systems with Maximo 7.  It talks about what is the Maximo Integration Framework then walks you through setting up Maximo workorder web services then working with it.

Query Maximo ASSET web service from .NET

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

Here is sample code for you to download to see how to query data from Maximo web services.  In this example, it shows how to query assets and the different options you can use to do just that.  This sample code provided below works with Maximo 7. This text is available for purchase but you [...]

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

Import locations with Maximo Integration Framework

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

There seems to be some trick to really getting the locations and location hierarchies to be imported into Maximo correctly with the Integration Framework.  I have tried many things to get this to work and I here is what I have come up with.  This tutorial comes with an excel file that I manually created [...]

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

How to delete an item from Maximo

Here is a great tip from Alexander on how he was able to delete items from Maximo and skipped changing the status to OBSOLETE.

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

Can you email a report from a workflow?

Here is a question that was brought to me and it’s an interesting one of course. I would assume that most places would probably find this useful especially when a PO or PR is approved and having it email a BIRT report in Maximo 7 automatically.  It would be a great feature to have. I [...]

The unofficial guide to the Maximo Integration Framework (MIF)

Here is a roundup of all the tutorials on this site that will help you get started with the Maximo Integration Framework.