
IBM Maximo Autoscripting Guide – OBJECTNAME.DUPLICATE Script
This is a special type of automation script without a launch point. The name of the script must be in the format OBJECTNAME.DUPLICATE or OBJECTNAME.AFTERDUPLICATE.
Duplicate object scripts - IBM
A duplicate object script is a special type of automation script without a launch point. The name of the script must be in the format OBJECTNAME.DUPLICATE or OBJECTNAME.AFTERDUPLICATE. For …
Special automation scripts .NEW .SAVE .DUPLICATE
Oct 22, 2019 · It is an undocumented feature of Automation Scripts that will automatically launch a script based on a special naming convention. For example if you want to run a script each time a …
Automation Script on duplicated records | Maximo Open Forum
May 22, 2024 · That script fires a lot, and you really only need it to fire once on creation of a new work order. You can drop the launch point and simply name your script WORKORDER.NEW, which will …
AfterDuplicate Scripts - A3J Group
Jun 2, 2025 · In this article, we will explore how to leverage a Python automation script with the AfterDuplicate launch point to automatically update task statuses, ensuring a seamless duplication …
PLUSGMOC.NEW Even more complex script, sets some default values, and creates child records in associated table, as well as copies in pre and post start action groups. SR.NEW This script creates …
Maximo Automation Script on Duplicate Records - MyGeekDaddy
Jul 13, 2023 · Just like Bruno's script example, I needed to create an Automation Script to change the values of fields when a record was duplicated. So I did as he instructed and created a new Script. …
Maximo Customizations Just for Fun #2: Bulk Duplication of Any Maximo …
Oct 15, 2024 · Here’s how you can bulk duplicate multiple records in Maximo (whether they’re assets, work orders, etc.).
Reuseable Scripts - Invoke a Script from a Script - Jython | Maximo
Jan 19, 2021 · Call this function from another script with 2 parameters d, n ( date, days) In my example, I have created my test script on Asset Object Launch Point for a specific asset for testing. you can …
How to refresh a page in Maximo through an automation script
Feb 6, 2020 · I am trying to refresh my Work Order from an automation script. Does anyone know a refresh function, or if there is no refresh function is there a way to navigate back to the same Work …