Skip to Main Content
Digital Business Automation Ideas


This is an IBM Automation portal for Digital Business Automation 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.


Please use the following category to raise ideas for these offerings for all environments (traditional on premises, containers, on cloud):
  • Cloud Pak for Business Automation - including Business Automation Studio and App Designer, Business Automation Insights

  • Business Automation Workflow (BAW) - including BAW, Business Process Manager, Workstream Services, Business Performance Center, Advanced Case Management

  • Content Services - FileNet Content Manager

  • Content Services - Content Manager OnDemand

  • Content Services - Daeja Virtual Viewer

  • Content Services - Navigator

  • Content Services - Content Collector for Email, Sharepoint, Files

  • Content Services - Content Collector for SAP

  • Content Services - Enterprise Records

  • Content Services - Content Manager (CM8)

  • Datacap

  • Automation Document Processing

  • Automation Decision Services (ADS)

  • Operational Decision Manager

  • Robotic Process Automation

  • Robotic Process Automation with Automation Anywhere

  • Blueworks Live

  • Business Automation Manager Open Edition

  • IBM Process Mining


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 Nov 3, 2020

Add option to views in UI Toolkit that have "Items from Service" to not run on page load

The BPM UI Views such as Single Select, Multi Select, Checkbox Group, Radio Group always call the List Item Service when configured with Items from Service on page load.

These views also offer methods such as setServiceInputData and reloadServiceItems, which will set the data that is sent to the List Item Service and will call the List Item Service.

We would like to use a List Item Service, but not have it be called on page load. The reason being that we may want to wait for other data before making the XHR call to the service. Such as having a user input a value that is passed into the List Item Service (we then call reloadServiceItems to retrieve the list items). This call on page load in these cases is superfluous and slows down the loading of the coach and wastes service resources.

In contrast, the Service Call view does NOT automatically call on page load unless "Auto run" is selected. It would be an improvement if these other views had an option such as "Auto run" to not call the List Items Service automatically.

The example provided in the documentation here: https://www.ibm.com/support/knowledgecenter/SS8JB4_20.x/com.ibm.wbpm.ref.doc/bpmui/SingleSelect.html
Has an example of this running in the on load event:
me.setServiceInputData({"Default"})

However in this example this would also run the List Item Service twice, once on load with whatever data may have been set to the configuration option, then again passing in {"Default"}. So even the documentation has an example with these poor results of making and XHR call twice unnecessarily.

We would like a way to use these views without calling the List Item Service on load.

Currently there is a workaround by setting the "Items lookup mode" to "Start Empty" after selecting a "List items service". However this is not ideal as it hides the selected service so it appears it is not attached to a service anymore. If the product is changed to not hide the selected service this workaround would be acceptable.

Idea priority Medium
RFE ID 146485
RFE URL
RFE Product IBM Business Process Manager