This is a comprehensive tutorial on how to create a custom dialog box in Maximo allowing user to email BIRT report as attachment. While this tutorial is about a very specific functionality, the overall aim is to use this example as a segue to introduce a few useful and common concepts to those who are new to Maximo/MBO customization,such as:
- How to create a custom dialog box in Maximo.
- How to associate a custom dialog box to a custom toolbar button.
- How to add functionality to the dialog box via custom AppBean class.
- How to programmatically assign default value to dialog box controls.
- How to programmatically retrieve data from the current MBO record and also from the dialog box.
- How to generate a report programmatically.
- How to work with logger.
- How to display custom message to user via message box.
- and etc.
No comments:
Post a Comment