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 Future consideration
Created by Guest
Created on Sep 11, 2021

Custom bind variables

It would be helpful if we could define custom bind variables in Maximo.

Examples:

  • &FIRSTNAME&

  • &ISINTERACTIVE&

  • &ENVNAME& (i.e. the Maximo environment name; not the same thing as the existing :&HOSTNAME& variable).

Use Cases:


(From Steven S.)

You can already use &SYSDATE& for example to get the current date time.

But let's say you want your saved queries to retrieve work for the current week and your week is Monday to Sunday. Writing the SQL for that is hard for an end user because it's database platform dependent and typically involves calling multiple SQL functions to do. But if I created a variable like &MONDAY& that I populated with the date for Monday of the current week using Java calendars it would make it easier for the user to utilize in a saved query without having to understand complicated SQL logic.

If the bind variables expand into default values, that's another good area where things can be improved. I've seen customers want to default a date to current date + 7 days for example and you can't do that with the bind variable so you have to write an automation script for a relatively simple default.

This also applies to start centers where you have can change the color options but can only use < or > the current date. But some might want to add or subtract days from that to control the highlighting (IE is it overdue by 30 days). This specific example we're going to look at as part of the modernization effort of start centers but would be addressed if custom bind variables were supported.

Another good example not related to dates that I didn't see on your list is something like &DEFAULTSITE&, though I'd like to see that get added to core vs being a special user defined function. There's a lot of examples (especially in the mobile products) where this is retrieved via a subquery to MAXUSER which isn't terrible but seems like something that should be used from the cached UserInfo instead.

Idea priority Medium
Needed By Month
  • Guest
    Reply
    |
    May 26, 2022

    This is a great idea. It would allow the use of automation scripts in launch in context URLS. Eg: define a url including {launchpoint:scriptname} the way you can for conditional expressions. That would solve some problems for me.

  • Guest
    Reply
    |
    Nov 21, 2021

    I've added some examples to the RFE.

  • Admin
    Kim Woodbury
    Reply
    |
    Sep 30, 2021

    Thank you for submitting. Can you please give an example of what you are trying to accomplish with this request?