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
10792
ideas
Trending
Latest
Most liked
Add disabled input for wizards
Created on 15 Jan
Mariana Junges
4
Add disabled input for wizards - Currently, when using a wizard or wizard item, it is necessary to use logic or if statements to disable a wizard step (if validation is required for the user to proceed to the next step). There is no "enable" input like in other OutSystems UI widgets. So, if "enable a true" it was possible to click on the wizard item icon, and if "enable a false" it blocked the click. NOTE: I'm not looking for help to solve the problem. It's just an idea for improving the widget (in O11 and ODC). Thank you :)
65
Views
0
Comments
New
OutSystems UI
MCP server service for OutSystems official documentation
Created on 29 Aug 2025
Takasi Moriya
9
Microsoft has a service called Microsoft Learn MCP Server (microsoft.docs.mcp). With this service, tools like Claude Desktop, VS Code, or AI agents can get information only from Microsoft’s official documentation. Links: https://learn.microsoft.com/training/support/mcp https://github.com/microsoftdocs/mcp If OutSystems had a similar MCP server, it would be very helpful. Here are some reasons: Tools like Claude Desktop or VS Code could search only OutSystems official documentation Companies could easily add official OutSystems info to their support tools or knowledge systems Developers could build AI agents that use OutSystems official documentation For OutSystems developers, using official info through an MCP server would be very useful. I hope OutSystems will think about making a service like Microsoft Learn MCP Server.
2485
Views
2
Comments
New
Documentation
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.
4786
Views
17
Comments
Not right now
Frontend (App Interfaces)
Simplifying the Badge Page
Created on 05 Feb
Neha Agrawal
2
The Problem: The current badges page feels "heavy" because it treats every year, every event, and every status as a separate icon. This creates visual noise rather than meaningful recognition. Suggestions: First Milestones – Rename Getting Started section Member Onboarding – Merge Welcome and Autobiographer First Post First Idea First Asset Agentic AI Ready Online Community Answer Marked as Solution Idea Implemented Referral Program – Move to Community Growth Developer Survey OS Research Program Participant OS Research Program Pioneer OS Research Program Contributor OS Research Program Rock Star Knowledge Become an AI Developer OutSystems Developer School Publication – Move to Community Growth Top Technical Content Contributor Online Review – Move to Community Growth Certification Attained Project Finished Interoperability O11 and ODC Development First Asset – Move to First Milestones OS Component Contributor – Break them into multiple badges: Forge Contributor ODC Components Contributor AI Agents Contributor GitHub Pull Contributor 2021 Neo’s Odyssey – Move to Gamifications Interoperability O11 and ODC - Move to Knowldege Agentic AI ready – Move to First Milestones OutSystems Hackathon – Move to Gamifications OS Research Program Participant - Move to Online Community OS Research Program Pioneer - Move to Online Community OS Research Program Contributor - Move to Online Community OS Research Program Rock Star - Move to Online Community 2025 Agents vs Zombies contest – Move to Gamifications Events Speaker – Renamed to Global Speaker and introduce USG Speaker Webinar Led – Move to Community Growth User Group Organizer – Move to Community Growth Event Organizer – Move to Community Growth Award Attended ODC 2018 – Can be deprecated Spoke at ODC 2018 - Can be deprecated, Merged with Global Speaker Spoke at OSDC 2021 - Can be deprecated, Merged with Global Speaker Attended OSDC 2021 - Can be deprecated Challenges/ Gamifications 2021 Neo’s Odyssey OutSystems Hackathon 2025 Agents vs Zombies contest Groundhog Day Challenge Community Growth Referral Program Publication Online Review Webinar Led User Group Organizer Event Organizer Mentor – Introduce this Superusers MVP Champion MVP Alumni Champion Alumni Remove badges counts. Eg, in Superusers the member can have either of the badge - having 1/4 badges is irrelevant.
43
Views
2
Comments
New
Community
Allow Exporting BPT Activity Logic to Image
Created on 05 Mar
Beatriz Sabino
1
Currently, OutSystems allows exporting the BPT Process Flow as an image, which is very useful for documentation and communication. However, this export only shows the high-level activities and does not include the logic implemented inside each activity. Adding the ability to export the internal logic of BPT Activities as an image would complement the existing Process Flow export, allowing developers to capture both the high-level process view and the detailed activity implementation.
34
Views
1
Comments
New
Backend
Display Submitted Forge Activities for ODC in OutSystems Profile
Created on 08 Oct 2025
Murali Manoharan V
8
Currently, only Forge components submitted in OutSystems 11 appear under the Activity section of a user’s profile. However, components submitted from ODC are not reflected there. It would be great to include ODC Forge submissions in the activity feed as well, ensuring consistent visibility of contributions across both platforms.
81
Views
0
Comments
New
Forge
MCP(Model Context Protocol)
Created on 21 Mar 2025
Edgar Alves
15
There is a protocol growing fast in the gen ai community called MCP(Model Context Protocol). The current SDK does not support C#. I think it would be awesome if Outsystems allowed you to create MCP Server in a OS environment in a really fast way making apps useful for external AI agents.
704
Views
2
Comments
New
Architecture & Governance
A way to refresh, at will, a reactive Screen/Block
Created on 20 Jan 2021
João Miguel Coimbra Barros da Silva
62
It is known that any Screen/Block in Outsystems Reactive can only be refreshed (when already instantiated) if an input parameter is changed of that Screen/Block.What about having a property in each Input parameter , saying: Reassigned to the same value will trigger On Parameter ChangeHence, we could detect if any parameter is reassigned to the same value, and if it has that property set to 'Yes', the Screen/Block would trigger an On Parameter Change.
3305
Views
13
Comments
New
Frontend (App Interfaces)
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.
4497
Views
31
Comments
Implemented
Data & Integrations
Development Environment Release 117
Export personal environment OML on delete
Created on 05 Nov 2025
Viktor Larsson
6
When deleting a personal environment, would it be possbile to zip the OML's and send it to the user? Especially for ODC where the personal environment gets shut down within a week of not using it. I just had a personal project I spend 20-30 hours on, and then got a load of work meaning I had no time for the personal project for 2 weeks. When I came back to it the environment is gone and everything I've worked on is gone. If there was some way to restore it, I could just set up a new environement and look at the OMLs, but now it's all for nothing. It feels really demotivating to learn and improve on a personal environment if you have this delete with no backup system on the environment. I know that you don't want to host free environments because it cost you space, but doing this, or maybe even enable self hosting or something for a free version, so you don't have to deal with the storage, would allow us to have a passion for OutSystems outside of work aswell :)
90
Views
2
Comments
Working on it
Licensing
expected delivery in Q4 2025
231 to 240 of 10792 records
previous
...
23
24
...
next
Top Idea Creators
High Five to the top 5 idea creators in the last 30 days
Nathan Hobbs
12 ideas
2
OJ JALLOW
6 ideas
3
Alexandrino Galveia
2 ideas
4
Martin Henning
2 ideas
5
Saugat Biswas
2 ideas
Top Brainstormers
High Five to the top 5 brainstormers in the last 30 days
Nathan Hobbs
24 comments
2
Daniël Kuhlmann
12 comments
3
Vinicius Ciunek
3 comments
4
Edson Marques
2 comments
5
Kilian Hekhuis
2 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...