Pages

Monday, May 15, 2017

Implicit Variables in Maximo Automation Scripts

Implicit variables are those variables which need not be defined separately in the script. Some of the variables can be used directly ex: app, user, mbo. Some need to be associated with other variables we declare, ex: var_required (var is the user defined variable)
Below are the list of some of the implicit variables.

Friday, May 12, 2017

Maximo Keyboard shortcuts

You can use a combination of keys to perform an action without using a mouse. 
You can navigate among and within the applications by using a combination of keys. You can use the following keyboard shortcuts to navigate the application screens.

Saturday, March 4, 2017

Show current status memo for records in Maximo

Objective:

To display the status memo of the current status in record.

For any object having status functionality the status history is tracked in different table, for example Work Order status will be tracked in WOSTATUS table.

To display the memo entered for the current status in the application can be done using relationships and application designer application.

Friday, March 3, 2017

How to add custom fields in result set portlet in Maximo 7.6

Result Set functionality has been enhanced in Maximo 7.6 to use dot notation/joined attribute through relationship.

You can configure the result set portlet by using the Report Object Structure (ROS) Configured in Object Structures Application.

Wednesday, March 1, 2017

How to add toolbar icons in Maximo 7.6

In Maximo 7.6 with left navigation enabled only few icons appear on the toolbar.