Maximo for beginners
Checkout these three articles on IBM Asset Management blog if you are a Maximo newbie. Sending e-mails Turn ON and OFF Admin Mode Setup an Organization
Checkout these three articles on IBM Asset Management blog if you are a Maximo newbie. Sending e-mails Turn ON and OFF Admin Mode Setup an Organization
If you like this blog please give me a little token by clicking on this button Thanks for your cooperation and don’t forget subscribe to one of my channels.
With this post I will start a small set of articles on Maximo Everyplace which is a feature that provides the ability to use Maximo on mobile devices through the device web browser. An interesting article on IBM Asset Management blog describes how to use a bluetooth barcode scanner paired with an iPhone or an […]
On almost every application Maximo provides a useful entry in the action menu to duplicate the selected record. When this action is performed, some of the field are intentionally wiped from Maximo. For example if you try to dupicate an Asset you will notice that Maximo resets some fields like ASSETNUM, LOCATION and SERIALNUM.It may […]
An outstanding tutorial from Daniel Ng explaining how to create a custom dialog box to send a report via email.The tutorial is very detailed and explains a lot of Maximo/TPAE stuff including: Create a custom XML dialog box Attach the dialog box to an application Associate a signature option to the dialog box Associate the custom dialog box […]
Few weeks ago I have achieved the IBM Certified Solution Designer certification for Maximo Asset Management V7.1.It’s now time for a little self-celebration. I strongly encourage you all to take a look at IBM Certify website and search for Maximo under Tivoli Software professional certifications.
This entry is part of the Maximo Java Development series. Sometimes you have to implement some complex logic in workflows or escalation and you feel limited by the out-of-the-box Maximo actions. In these cases you can unleash the Java power and code your algorithm in a custom action class.In order to create a custom action class, you […]
This entry is part of the Conditional Expressions HowTo. In Maximo/TPAE menu items are granted per security group in the Security Groups application. Every option available for an application has a corresponding signature option (aka sigoption) record in the SIGOPTION table. Those SigOptions can be configured in the Application Designer. In this article I will […]
This entry is part of the Conditional Expressions HowTo. One of the most common Maximo customization scenarios is to make a textbox readonly based on some business rules. This could be easily achieved using Maximo/TPAE Conditional UI.As an example, I will describe how to make readonly the Priority in the Asset application when the asset […]
This entry is part of the Maximo Java Development series. Maximo MBOs are not exactly lightweight, however there are some little tricks to improve performances and reduce system resources consumption. One of the most common mistakes that I have seen is the redundant use of getters methods of the psdi.mbo.Mbo class.In the following example three calls to getString/getInt […]