- A Collection of Maximo Automation Script Examples
- Prevent completion / closure of work orders with open labor transactions
- Automatic Status Changes for Service Requests (SR) with Automation Script
- Import Classes and Packages using Javascript Language and Automation Scripts
- Automation Script: params variable not working with JavaScript language
- How to Rollup Cost with the Automation Script
- Disable Maximo business rule with an Automation Script
- Your first Automation Script in Maximo 7.5
This question has been asked on LinkedIn and answered but I keep forgetting so I’m writing it down here for quick reference.
To import classes:
importClass(Packages.psdi.Mbo.MboContants);
To import a package:
importPackage(Packages.psdi.Mbo);