Skip to Main Content
Cloud Management and AIOps


This is an IBM Automation portal for Cloud Management, Technology Cost Management, Network Automation and AIOps products. 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 Needs more information
Workspace Targetprocess
Created by Guest
Created on Sep 4, 2025

Confirmation Popup When Field Updates Reset or Clear Dependent Fields

Description
In Targetprocess, certain field updates can automatically reset or clear dependent fields in related entities. This happens most often with Configurable Dropdown Lists, which can be dependent on one or more parent fields.

Currently, when a parent field is updated and invalidates a child field’s value, the dependent dropdown is silently reset. Users are not notified, which can result in:

Incomplete or inconsistent records.

Unnoticed loss of important data.

Synchronization errors with integrated systems.

Example Scenario (Configurable Dropdowns)
We use a Configurable Dropdown for Submission Product Type at the Feature level, which is dependent on Project Class, Project Line of Business, and Line of Business at the Epic level. If a user changes one of the parent fields (e.g., Project Class), the Submission Product Type value is silently cleared.

Below is a simplified mashup configuration for this dropdown (Attached to the idea is the mashup Javascript):

tau.mashups .addDependency('tau/api/configurable-controls/controls/v1') .addMashup((controlsApiV1) => { controlsApiV1.addConfiguration('dropdown', { id: 'dd_conf_special_02', name: 'CDD M-M Submission Product Types of the assigned Project Class and assigned Project Line of Business via LOB Parent Hierarchy', label: 'Submission Product Type', supportedEntityTypes: ['Feature'], requiredEntityFields: ['SubmissionProductType'], field: 'submissionProductType', dropdownItemsSource: { type: 'interpolatedQuery', query: "SubmissionProductTypeLobParentHierarchy?where=(LobParentHierarchy.ParentProjectClass.id==${{ProjectClass.id}}$ and LobParentHierarchy.ProjectLineOfBusiness.id==${{ProjectLineOfBusiness.id}}$ and (LobParentHierarchy.LineOfBusiness.id==${{BMMLineOfBusiness.id}}$ or LobParentHierarchy.LineOfBusiness.id==null))&select=({SubmissionProductType.Id,SubmissionProductType.Name})&orderBy=SubmissionProductType.Name asc" } }); });

Proposed Solution
Introduce a confirmation popup whenever a field update will clear or reset dependent values in Configurable Dropdown Lists. The popup should:

Warn the user of the impact before the change is saved (e.g., “Changing Project Class will reset Submission Product Type, since it depends on Project Class”).

Be configurable by administrators, allowing them to target specific dropdown dependencies (e.g., Project Class, BMM Line of Business, or Project Line of Business).

Allow custom warning messages tailored to the specific dependency.

Require user confirmation before the update proceeds.

Business Value

Improves user awareness of silent system resets.

Prevents unnoticed data loss in Configurable Dropdown Lists, one of the most common dependency scenarios.

Reduces risk of incomplete or invalid records.

Enhances data integrity across Targetprocess and integrated systems.

Saves time by preventing errors that require manual correction.

Idea priority Medium
  • Guest
    Sep 8, 2025

    Hello,

    This item will improve the user experience especially relating to required field population. If a configurable dropdown is updated and it resets required values in child entities, it is not visible to the user - The record may look “complete” to the user, but it’s actually invalid until they notice the missing required field.

    This creates issues later during validation, syncing data to external systems, and reporting.

     

    Please let me know if the additional details increase the priority of the idea. If additional details are required, please let me know what specific information you require.

  • Admin
    Katarzyna Jurczak
    Sep 8, 2025

    Thank You for submitting this idea. Unfortunately, we do not plan to work on it in the foreseeable future.

  • Guest
    Sep 4, 2025

    Related to case TS020088015