Skip to Content (Press Enter)
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Platforms
OutSystems.com
Personal Edition
Community
Resources
Support
Search in OutSystems
Log in
Get Started
Community
/
Ideas
Ideas
Show advanced filters
Status
(All Statuses)
New
On our radar
Working on it
Not right now
Implemented
Out of scope
Category
(All Categories)
1CP
Aggregates & Queries
AI/ML
App Feedback
Architecture & Governance
Backend
Builtin & User functions
Cloud
Collaboration
Community
Components
COVID-19
Data & Integrations
Database
Debugger
Documentation
End-user Management
Forge
Forums
Frontend (App Interfaces)
Ideas
Install Processes
Jobs
Licensing
Lifetime
Mobile
Other
OutSystems Developer Cloud
OutSystems UI
References
Service Center
Service Studio
Training
10910
ideas
Trending
Latest
Most liked
Multi Select While Searching Module
Created on 21 May
Muhammad Shehroz Ali
3
I have a scenario where I need to search multiple modules so each time I search I open the module and then search and option so its time taking, my suggestion is if I search module Camera I select it and search another module like Common so it open only Common module. This would be solved by simply keeping like multi select user search for the module and selects the module he wants to open and then there a list presented below the selected modules with search box open until user done with selection and when user clicks on open then all selected modules should open. I think that would be a much easier UX, both to implement and to present to the user.
127
Views
1
Comments
New
Service Studio
Drag and Drop Upload Widget Implementation
Created on 12 May 2025
Ritik Kulshrestha
16
We would like to request the implementation of a Drag and Drop File Upload widget within the OutSystems platform. This feature would significantly improve the user experience by allowing users to easily drag files from their local system and drop them into a designated area for upload. It should support multiple file types and sizes, offer visual feedback during the upload process, and integrate smoothly with existing workflows. Adding this functionality would modernize the platform and align it with current best practices for user interface design
587
Views
5
Comments
New
OutSystems UI
Platform mechanism to prevent button double-clicking
Created on 24 Sep 2010
Gonçalo Veiga
176
It's always a problem when users click on buttons more than once, duplicating server requests. There are solutions for both client and server-side.
5025
Views
17
Comments
Not right now
Frontend (App Interfaces)
Certification translation
Created on 30 Dec 2024
Mariana Junges
21
Hello, If a certification with translation is scheduled, have the option during the exam to see the "original" question in English - in case there is any doubt about interpretation. When making a new certification available, disclose the dates that it will be available in other languages in the description, or have a standard deadline, (for example, 1 month after publication for Japanese, 2 months for Portuguese and 3 months for Spanish...), or the best option: only make a new certification available when it is already available in all languages. Thanks
325
Views
4
Comments
New
Training
Add Create Action Wrapper option for Consumed REST APIs
Created on 29 May
Rahul Chavan
3
Problem : Right now, the platform lets us right-click an Entity and select "Create Action Wrapper" to instantly generate a secure CRUD wrapper. However, we don't have this option for Consumed REST APIs. Developers must manually create a Server Action, recreate the inputs/outputs, and add error handling for every single API endpoint. For large APIs, this takes a lot of time and involves repetitive boilerplate work. Solution : Add a "Create Action Wrapper" option when you right-click a Consumed REST API or its individual methods. When clicked, Service Studio should automatically generate a Server/Service Action that: Copies all input and output parameters. Calls the REST API method inside it. Includes a standard Exception Handler block. Why this helps: Saves Time: Speeds up integration development by cutting out repetitive manual mapping. Best Practices: Makes it effortless for teams to follow clean architecture guidelines by abstracting integration layers.
139
Views
0
Comments
New
Service Studio
Allow text streaming (e.g. for AI responses)
Created on 22 Dec 2025
Tiago Ribeiro
9
Allow server actions and integrations (e.g. AI use cases) to stream text to the UI instead of waiting for the full response. This is standard on any AI powered app and since OutSystems is pushing AI features, I think this is a must have. We don't want our users to have to wait for the full LLM response before having some feedback. A way to implement this is to allow Server Sent Events which would even facilitate other use cases, especially in ODC with Event Driven Architectures.
132
Views
1
Comments
New
Backend
Modules should have an SEO name, besides their technical name
Created on 07 Mar 2022
João Marques
56
When developing large applications in Reactive, it is not a good practice to have all screens in the same module, otherwise its size grows considerably, taking a lot of time to open and to deploy. In those situations, it is common to split the screens through different End-User modules.At this moment for Reactive applications, it is not possible to control the module name in the URL, without being through changing the module name. This is not ideal, because the module respects a naming convention according to the factory governance, for instance <Business Application>_<MainConcept>. Besides the name the module appears in the URL is usually lower-case whereas module names are usually camel-case.Being that said, I think it would be nice to have the possibility to define the module SEO name, just like it is done for pages in Reactive Applications. This is a feature from Traditional Web that does not exist in Reactive and it's unfortunate that one has to change the name of the module from MyApp_Support to support , for this purpose, going against our governance and architecture naming convention.
630
Views
1
Comments
New
Service Studio
Consume REST services: Update API methods
Created on 29 Mar 2016
Laura Petrisor
108
Currently if you have two OutSystems applications, one that exposes a REST API method and the other that consumes the method, in the consumer application you can't see if the method was changed in the exposing application and refresh it.It would be a good idea to have a "refresh REST API" option that refreshes all the consumed methods from a REST API, like we have for SOAP services (see attached image). Also, to have a warning message in a consuming application that "method x" was changed and you need to refresh that method.For example, you have a method without input parameters that returns a list of records and you consume it in another application. If in the exposing application you add a mandatory input parameter to the method and then run the consuming application you will get an error message because your request to the service is incorrect.When you open the consuming application in Service Studio you don't get a warning that one of the consumed methods has changed and you don't have an easy way to update that method. You have to remove it and then consume it again and for this you need to know what was changed in the method.
4710
Views
31
Comments
Implemented
Data & Integrations
Development Environment Release 117
Async Refresh Data Source Parameter on the Refresh Data UI Flow screen action block
Created on 14 Oct 2025
João Miguel Coimbra Barros da Silva
11
I am suggesting the addition of an IsAsynchronous parameter ( non-mandatory, set to False by default ) on the Refresh Data UI Flow Screen action, to tell the Refresh Data block to run the given Data Source in either an asynchronous or synchronous way, depending on the value of that input. This will spare the work of creating dedicated screen actions to refresh the Data Sources separately in a Screen Action to conceive a pure asynchronous Data Source Refresh, when applicable. Best regards!
196
Views
2
Comments
New
Service Studio
Moving an entity from one module to another and preserving the entity's data
Created on 09 Apr
Hugo Costa Calado
5
Please add a native, fully supported platform feature to move an entity from one module to another without losing data. This feature should preserve primary keys, foreign keys, references, and runtime data, and it should update dependencies safely across producer and consumer modules. It should also support impact analysis and validation before applying the change, so teams can refactor module boundaries with confidence.
66
Views
0
Comments
New
Service Studio
201 to 210 of 10910 records
previous
...
20
21
...
next
Top Idea Creators
High Five to the top 5 idea creators in the last 30 days
dex2dot0
2 ideas
2
Jeremiah Cruz
2 ideas
3
Abed Al Banna
1 ideas
4
Alessandro Olavo Gama
1 ideas
5
Franciel Oliveira
1 ideas
Top Brainstormers
High Five to the top 5 brainstormers in the last 30 days
Dorine Boudry
6 comments
2
Daniël Kuhlmann
2 comments
3
dex2dot0
2 comments
4
Christopher Bautista
1 comments
5
Jim Waite
1 comments
Code of Conduct
The guidelines we live by that make
this Community amazing!
Code of Conduct
Stay Up-To-Date
Keep on top of what's happening in the Developer Community.
Forum, Forge, Training, Documentation, and more!
Developer Newsletter
Loading...