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 Delivered
Created by Guest
Created on May 11, 2023

4.4 Enhanced Forms-Find and Add Pop ups open at the very top of the form

We are using the new enhanced forms in platform 4.4. When clicking on and ADD or FIND on a record the pop up defaults to the top of the form, which means on longer forms the user does not see the pop up at all without having to scroll up. and on some of the longer forms the screen isn't grayed out all the way to the bottom so it looks as if nothing happened. Is there a way to make the enhanced form pop ups appear where the user is on the form.

Idea priority Urgent
Needed By Yesterday (Let's go already!)
  • Admin
    Lou Giambalvo
    Reply
    |
    Aug 2, 2023

    Hi Gentiana, Thank you for taking the time to provide your ideas to IBM. Your idea was delivered in our July 2023 TRIRIGA 11.5 / 4.5 product release.

    See link for release details: https://www.ibm.com/support/pages/system/files/inline-files/IBM_TRIRIGA_Release_Notes_for_11.5_and_4.5_0.pdf

    Thank you again for your feedback.

  • Admin
    Lou Giambalvo
    Reply
    |
    May 17, 2023

    Hi Gentiana, Thank you for taking the time to provide your ideas to IBM. Your request is now a candidate for a future generally available (GA) release.  Our aim is to deliver within the next 12-18 months. Thank you again for your feedback.

    Please note: IBM’s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM’s sole discretion. Information regarding potential future products is not a commitment, promise,

    or legal obligation to deliver any material, code or functionality. 

  • Admin
    Josh Meurer
    Reply
    |
    May 12, 2023

    To update the sizing and placement of the dialog either comment out or delete the following lines from the triPlatformRecord custom.css:

    div#childLayer {

    top: 0 !important;

    left: 0 !important;

    min-width: 100%;

    min-height: 100%;

    }


    div#childLayer iframe[src *= "guiId"],

    div#childLayer iframe[src *= "reportTemplId"]

    {

    height: calc(100% - 8px) !important;

    width: calc(100% - 16px) !important;

    margin: -3px 8px 0px 8px;

    }


    To update the sizing of the drop shadow change the value below from 100vw to 1000vw in the triPlatformRecord custom.css
    from this:
    div#childLayer {

    box-shadow: rgba(0, 0, 0, 0.8) 0px 4px 8px 0px,

    rgba(0, 0, 0, 0.19) 0px 6px 20px 0px,

    0 0 0 100vw rgba(22, 22, 22, .5) !important;

    }


    to this:

    div#childLayer {

    box-shadow: rgba(0, 0, 0, 0.8) 0px 4px 8px 0px,

    rgba(0, 0, 0, 0.19) 0px 6px 20px 0px,

    0 0 0 1000vw rgba(22, 22, 22, .5) !important;

    }