Skip to Main Content
IBM Sustainability Software - Ideas Portal


This portal is to open public enhancement requests against the products and services belonging to IBM Sustainability Software. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Not under consideration
Created by Guest
Created on Oct 5, 2021

Control the order that automation scripts get fired

Scenario:

If there are multiple automation scripts that get triggered by a record save:

There is no way to predict/control the order of script execution:

  • The first time you save the WO the scripts could fire like this:
    Script1, Script2, Script3 …

  • The second time it could be like this:
    Script1, Script3, Script2 …

  • And the third time…
    Script4, Script3, Script2 …

It would be very helpful if we could control the order in which automation scripts get fired.

I know it would be ideal to only have a single script instead of multiple scripts. But that's not always possible or practical in reality.

Credit for the wording goes to Mark Robbins (Vetasi).

Idea priority Medium
  • Guest
    Reply
    |
    Oct 7, 2021

    Since IBM has no plans to change this, a workaround would be to have only 1 script "triggered by a record save" and have that script use a series of service.invokeScript() calls to intentionally fire Script1, Script2, Script3 ... in whatever order was prescribed.

  • Admin
    Kim Woodbury
    Reply
    |
    Oct 7, 2021

    Thank you for your submission. There are no plans at this time to make this change.