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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
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.
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.
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:
Open Work Order Tracking
Create a new work order
Enter a targert start date for the 4th of April i.e. 04/04/2022
Enter a target finish date for the 4th of April i.e. 04/04/2022
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:
Open Work Order Tracking
Create a new work order
Enter a targert start date for the 4th of April i.e. 04/04/2022 08:00 AM
Enter a target finish date for the 4th of April i.e. 04/04/2022 11:46 PM
Save
Open the Advanced Search
Enter 04/04/2022 into the Target Start From field
Enter 04/04/2022 into the Target StartTo Field
Execute the search
Open the WhereClause Search
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
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.
Attachment (Description): Screen shots depicting the issue.