I’m Winston Wolf I solve problems
As Maximo consultant I often feel like Winston Wolf in the famous Pulp Fiction movie.
As Maximo consultant I often feel like Winston Wolf in the famous Pulp Fiction movie.
Few days ago Panasonic announced the commercialization of the long waited Toughpad FZ-A1.I think that Android is the best strategic option for mobile workforce enablement and the new Toughpad seems a very interesting rugged device to run Maximo Everyplace.Another interesting news is that IBM has planned to deliver Maximo Mobile Suite on Android platform in […]
If you use Maximo Everyplace on Android you may wish to look at this small native app that I have developed to overcome some minor limitations of the product. This are the enhancement provided by this native mobile app: Free up screen space hiding browser’s address bar and notification bar Enable barcode scanning through the […]
Today I have discovered a nice script called cleanstartcenters.bat that can be used to force the reload of the Start Center for a specific set of users. The usage of this script is documented in this IBM TechNote.Unfortunately, the script seems have some problems or I’m am too silly to use it 🙂 so I […]
This entry is part of the Maximo Java Development series. This is just an example of a Maximo role defined with a custom Java class. In this example I have defined a role that can be used to send emails (Communication Template) to the workorder’s supervisor or to the owner group if the supervisor is […]
This entry is part of the Maximo Java Development series. In this post I have explained how to query and fetch MBOs from the database. In this small article I will show how to get and set the attributes of an Mbo. How to read attributes To read the attributes of an Mbo you can […]
This entry is part of the Maximo Java Development series. To query a Maximo table using Java you need to perform the following steps: Get a reference to the MboSet. Specify a where clause. Loop through the MboSet and fetch Mbos. The following example shows how to retrieve all the assets located in BEDFORD site. […]
Today I want to share with you all a very efficient technique that I use to test email notifications and communication templates in workflows. The technique is based on a very lightweight dummy SMTP server called smtp4dev that can run on any Windows system. This small application sits in the system tray and does not […]
During the second half of 2012 IBM held some great education sessions to assist customers in planning their upgrade to Maximo Asset Management 7.5 and SmartCloud Control Desk 7.5. This series was devoted to the Maximo product suite, add-on’s and industry solutions. In each session, a member of the business architecture team delivers a presentation chronicling […]
Maximo stores labels in multiple places. When you add a label to a field, tab or section in Application Designer, Maximo stores this in the application XML in the MAXPRESENTATION table and in the MAXLABELS table. For fields, labels are stored in Database Configuration, in the Title field of the attribute (MAXATTRIBUTE table). For example, […]