Screen shots (click to enlarge & click image to close):
[nggallery id=4]
Real Time Maximo Mobile Connectivity
InterPro Solutions’ has developed a mobile integration framework that provides real time connectivity to Maximo via WiFi or 3G connectivity. Devices such as iPhone, iPad, iTouch, Android, BlackBerry, etc. are now capable of logging into and ...
A web based dashboard that seamlessly interacts with your Maximo maintenance management system. EZDash provides real time interactive graphs and charts for use by staff to monitor and manage work processes, inventory, labor hours, PM schedules, etc. EZDash is easily configured to display a wide range of key performance metrics ...
A web based dashboard that seamlessly interacts with your Maximo maintenance management system. EZEnergyDash provides real time interactive graphs and charts for use by staff to monitor and manage and view energy consumption. EZEnergyDash is easily configured to display a wide range of key performance metrics relevant to what’s important ...
This web-based add-on to IBM’s Maximo application system provides customers with a simple way to enter service requests and view their previously entered service tickets. Customers can enter requests without having to be a registered Maximo user, therefore eliminating the need for a user to register or be registered in ...
This web-based add-on to IBM Maximo application provides supervisors and managers with the ability to assign work orders to specific staff as well as track the status of those work orders. Work orders can be assigned on an individual basis or by groups - it as easy as a "point ...
If you go into the system properties within Maximo, you will notice that all the passwords are displayed in plain text. Anyone that has access to this module can see everything. You may or may not want to keep this functionality, but you can certainly change it. You can hide the passwords or just display as ‘XXXX’.
Some values , such as mxe.db.password, will show up with the current value displaying as XXXXXX, but most properties show up as readable text in the System Properties application. To make additional properties value show as XXXXXX instead of clear text apply the changes described below.
In the Security Groups app, go to menu option for Global Data Restrictions. Out of the box there are attribute restrictions for PROPMAINT application, objectname MAXPROP, attributename DISPPROPVALUE, CACHEDVALUE and GLOBALVALUE, restriction HIDDEN, condition BMX1000.
In the Conditional Expression Manager app, look up condition BMX1000. This condition has the following expression out of the box: propname = ‘mxe.db.password’.
To hide additional properties, the expression for BMX1000 should be modified to include the additional properties. For example, to add property “mxe.xyz”, the expression would be set to the following: propname in (‘mxe.db.password’, ‘mxe.xyz’) An equivalent expression would be: propname = ‘mxe.db.password’ or propname = ‘mxe.xyz’. [IBM Support]