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
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.
2501
Views
2
Comments
New
Documentation
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.
3318
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.
4505
Views
31
Comments
Implemented
Data & Integrations
Development Environment Release 117
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.
714
Views
2
Comments
New
Architecture & Governance
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 :)
67
Views
0
Comments
New
OutSystems UI
Server-Side CAPTCHA Validation Component for OutSystems
Created on 17 Nov 2025
Mohammad Iqbal Yusuf Sheikh
6
Propose the development of a robust server-side CAPTCHA validation component to enhance security and prevent automated bot submissions, as currently we don't have any OutSystems-supported CAPTCHA component available. Most existing CAPTCHA implementations rely on client-side validation, which can be bypassed, leaving applications vulnerable to spam and malicious activity. A server-side approach would ensure secure verification, improve application integrity, and provide stronger protection against automated attacks. This component should validate CAPTCHA responses on the server, integrate seamlessly with popular CAPTCHA services, and offer easy configuration through a developer-friendly interface and reusable blocks. Additionally, it should support accessibility standards and multi-language options for global deployments. Benefits: Enhanced security against bots and spam Protect sensitive forms and transactions, boosting confidence in the platform Developer-friendly implementation with reusable components
89
Views
1
Comments
New
Backend
Transform Aggregate to Advanced Query
Created on 16 Nov 2017
João Carreiro
91
We all know that the Aggregate is not usable in some certain situations, for example when you want to use some extensions or when you have a DB fields encryption and so on.I'd like to have an option to transform an aggregate into an advanced query on my code, so I won't waste my time creating lots of joins and filters that I've already created on the aggregate.This would be really helpful and given that you generate the SQL code it seems pretty doable.Best regards,João Carreiro
5860
Views
26
Comments
Implemented
Aggregates & Queries
Development Environment Release 24
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.
83
Views
0
Comments
New
Forge
Architecture Dashboard - Export data from API to use in CI/CD pipelines
Created on 15 Sep 2020
Fábio Fantato
67
Hi Guys,It would be great if we could access the findings from the Architecture Dashboard from an API. This is very useful to connect with CI/CD pipelines. Sometimes we had an Architecture team looking for all projects and if we could aggregate the info in one external tool is a must have for us.Best RegardsFabio
1947
Views
7
Comments
Implemented
Architecture & Governance
Line break in translation module
Created on 09 Mar
Evgeny Gutin
1
Allow line breaks in translated text fields within the built-in translation interface. Currently, when editing static text directly on a screen (e.g. by double-clicking a text element in Service Studio / ODC Studio - we are using both now), it is possible to insert line breaks. These line breaks are preserved and correctly rendered on the page. However, when translating the same text through the translation interface, the translation field is limited to a single-line input. There is no way to insert line breaks in the translated version of the text . As a result, any original formatting that relies on line breaks cannot be reproduced during translation. The only current workaround is to export all translations to Excel, manually locate the relevant rows, insert line breaks inside the Excel cell (Alt+Enter), and then re-import the file. This process is slow and cumbersome, especially when correcting or updating a single translated text after a small change in the original. It also increases the risk of accidental edits, typos, or inconsistencies when handling the export/import file The translation interface should support line breaks directly in the translation field (for example via a multi-line input or allowing a keyboard shortcut such as Shift+Enter). This would allow translators to preserve the intended formatting of the original text without relying on the Excel export/import workaround. Thank you very much in advance!
48
Views
1
Comments
New
Frontend (App Interfaces)
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
Saugat Biswas
2 ideas
5
Ali Nisar
1 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...