Maximo

IBM EMEA Tivoli and Security Technical Conference 2012

Are you looking to increase your personal skills in the Asset Management and Service Management arena?Are you responsible for a team of Tivoli professionals who need to delve deeper into the products?Would you or your team benefit from learning deep technical skills from real experts in their fields?Then the EMEA Tivoli & Security Technical Conference […]

Detect if an MBO method has been invoked by an user session or by a background process

You are in the middle of a Mbo class and you have to perform some logic only if your piece of code is invoked by a user sitting in front of of Maximo UI.How would you understand if the Mbo method has been invoked by an interactive user session or by a background process like […]

Integrating Maximo with Java application through RMI

This entry is part of the Maximo Java Development series. In this article I will describe how to call Maximo business objects methods remotely using a Java RMI connection. This technique can be useful to integrate Maximo in custom applications written in Java or to perform a particular processing of data stored in Maximo database […]

How to make a attribute required using Data Restrictions

This entry is part of the Conditional Expressions HowTo. In this post I will show how to make required the remarks field of the MATRECTRANS object for returned items. This is just an example and the same configuration can be used to make a field mandatory based on a particular condition.A similar post describes how […]

Retrieve JDBC connection to Maximo database

In some cases you need a JDBC connection to directly access Maximo database in order to perform some job. This is not common since all Maximo data can be accessed through standard MboSets. However, you may need to access non-Maximo tables, perform specific SQL statements or bypass Mbos for performance reasons. The two main approaches […]

All about Maximo domains and lookups

A useful set of articles and tutorials from IBM about domain, crossover domain, lookup, value list. Adding a valuelist (ALN Domain) in MaximoAdding Lookup Functionality to a Field in MaximoSetting Up Crossover Functionality in MaximoFiltering an out of the box lookup in MaximoTroubleshooting Crossover DomainsSetting Up A Conditional DomainAssociating Lookups in Maximo using the MAXLOOKUPMAP […]

Scroll to top