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 22, 2020

GWW-View Assigned Work dialog

To filter for a specific day, you must add a day to the end date value, otherwise no results are returned

Idea priority Medium
  • Guest
    Reply
    |
    Apr 12, 2022

    IBM had decided that any Idea that we would not be able to implement in a 12-month time frame would be marked as “Not under consideration”. Because this is a good Idea it did get promoted to our backlog as we didn’t want to lose it. Based on the feedback from customers like yourself IBM will allow us to keep this Idea even if it cannot be completed in the next year and change the status back to “Future consideration” to make it visible to our customers once again.

  • Guest
    Reply
    |
    Mar 28, 2022

    This is one of those coding issue as the field is a datetime, so when you put in 23/03/2022 it's actually 23/03/2022 00:00. This problem exists in a lot of areas in Maximo where you're presented with two separate boxes, one for the start and the other for the end.

    Just do this:

    1. Open Work Order Tracking

    2. Create a new work order

    3. Enter a targert start date for the 4th of April i.e. 04/04/2022

    4. Enter a target finish date for the 4th of April i.e. 04/04/2022

    5. Observe the time component in each.

    You will observe that the time is set a 12:00 AM.


    It is not same for the search fields. Try this:

    1. Open Work Order Tracking

    2. Create a new work order

    3. Enter a targert start date for the 4th of April i.e. 04/04/2022 08:00 AM

    4. Enter a target finish date for the 4th of April i.e. 04/04/2022 11:46 PM

    5. Save

    6. Open the Advanced Search

    7. Enter 04/04/2022 into the Target Start From field

    8. Enter 04/04/2022 into the Target StartTo Field

    9. Execute the search

    10. Open the WhereClause Search

    11. Observe the time component in each.


    Result (WhereClause):

    ((woclass = 'WORKORDER' or woclass = 'ACTIVITY') and targstartdate <= '2022-04-04 23:59:59.000' and historyflag = 0 and istask = 0 and siteid = 'TAS' and targstartdate >= '2022-04-04 00:00:00.000' )


    As you can see, other than the search type ">=" and "<=", the time component has been added. For each start 00:00:00 is appended, and for each end 23:59:59.


    So there is a difference in behviour.


    I am at a loss why IBM has not recognised that thier coding is faulty, especially as you cannot select a time component.


    regards, Craig


  • Guest
    Reply
    |
    Mar 28, 2022

    Hello Steve,

    Thank you for taking the time to provide your ideas to IBM. We truly value our relationship with you and appreciate your willingness to share details about your experience, your recommendations, and ideas.

    As part of the review process, we strive to be transparent about our intentions with each enhancement suggestion. The offering team has carefully reviewed this idea and has decided that it does not fit into our immediate release plans. This idea is important to us and we will be kept in backlog repository. It might be reassessed or reopened for additional feedback in the future. We value your feedback and thank you for allowing us the privilege of partnering with you in developing our products.

  • Guest
    Reply
    |
    Sep 22, 2020

    Attachment (Description): Screen shots depicting the issue.