About 26,100,000 results
Open links in new tab
  1. Automation scripts - IBM

    Automation scripts are small, targeted pieces of code that can extend the product. An automation script consists of a launch point, variables with corresponding binding values, and the source code. You …

  2. IBM Maximo Autoscripting Guide – Scripting artifacts

    These wizards will guide you through the process of creating a script and optionally associating launch points with it. Launch points are discussed in detail in a later section. After the script and launch point …

  3. woSet = mbo.getMboSet("WORKORDER") wo = woSet.getMbo(0) wo.setValue("DESCRIPTION", "New description") woSet.save() # this is not required!

  4. Maximo Automation Script Tutorial for Beginners - YouTube

    Whether you're a Maximo Functional Consultant, Technical Developer, or just starting your journey in Maximo, this series will help you master Automation Scripts step by step. 🧠 What...

  5. Maximo automation scripting - GitHub

    This section is intended to get you started with the basics of automation scripts, including which application to use, which fields to use, and how you can run your automation scripts.

  6. Scripts and launch points - IBM

    The Automation Scripts application guides you through the process of creating a script and optionally associating launch points with it.

  7. Maximo Automation Scripting | Introduction into Automation

    Mar 1, 2021 · This is going to be the first in a series of blogs post that helps explain automation scripting in Maximo. I’ll cover what it is and why it was added to the product in this post.

  8. IBM Maximo REST API Guide – Automation Scripts

    Automation Scripts The REST APIs have a tight integration with the automation scripts. Automation scripts can be used to develop custom APIs. The following example call describes how automation …

  9. Unlocking Maximo Integration: The Power of Automation Scripts

    Jun 13, 2025 · At their core, Automation Scripts are pieces of code, typically written in Jython (a Java implementation of Python) or JavaScript, that execute directly within the Maximo server environment.

  10. Launch Automation Script on New Record Creation in Maximo

    Oct 11, 2018 · In one of the later releases of Maximo 7.6, IBM added an undocumented hook into their code that allows developers to fire an Automation Script upon creation of a new record.