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
Corona Volunteer App - An app to empower and help all of us fight the Corona Virus
Created on 19 Mar 2020
Bjarte Karlsen
47
Vision Develop a Corona Volunteer App to engage the citizen, researchers and authorities in anonymous information collection with the common goal to increase knowledge of the Corona virus and provide estimated real time overview of the spread of the Corona virus* Enables new learning about the Corona VirusEngage all citizens of the country 18 years and older via an Android / iOS app in information gathering by allowing individuals to contribute input about themselves and their family's possible corona situation (symptoms) - Anonymously.Only birth year, postal code, and gender will be registered as personal information.Give researchers access to statistics and raw data from the voluntary workGive the authorities access to statistics from the voluntary workProvide registered citizen with statistics on the spread of corona down to the postcode detail level Gather daily health status from each citizen (including corona test result) with easy status and symptom selections.This may reveal possible hidden Corona infectionsProvide knowledge of symptoms throughout the illness periodGive the average length of the diseaseProvide information about incubation periodReveals unknow corona infection casesMake the authorities know the health status of people at home –Easier to know the effect of the current measures and to plan for future measures.The goal is to make this app available internationally and to empower us all to participate in constructive work to fight the Corona Virus!Join the fight! *Cooperation with medical expert advisors has already been secured.
2266
Views
6
Comments
Working on it
COVID-19
expected delivery in Q2 2020
Speed up asset review / trusted badge process
Created on 03 Sep 2024
Tiago Ribeiro
15
When looking for components in the forge, a big "green flag" is the "trusted" badge. Right now, from the 7033 components available, only 63 are trusted (<1%). It seems to me that the community would greatly benefit from more trusted components. From my experience, asset reviews are not being conducted - I have assets awaiting review for more than a year, and I'm sure people have been waiting a lot longer. I see multiple benefits from OutSystems dedicating more resources to the asset review process: More trustworthy components Feedback loop - developers will learn how to build better components Incentivization - developers will know that getting the trusted badge is a possibility and will produce higher quality assets Etc.
296
Views
4
Comments
New
Forge
Automated Governance: Configurable Publish Restrictions based on Code Quality Standards
Created on 16 Apr
Ramakrushnarao Seera
3
Problem: Even after years of development, maintaining consistent code quality across large teams is a persistent challenge. Despite the existence of best-practice documentation, junior and even senior developers frequently bypass critical standards—such as proper documentation, naming conventions, Max. Records settings, or inefficient operations like lists within loops. Currently, code review is a manual, reactive process that happens too late in the development lifecycle. Proposed Solution: I propose a new "Governance Gatekeeper" feature for Service Studio, powered by existing AI Mentor capabilities, that moves code quality from "suggestion" to "enforcement." Policy-Driven Publishing: Allow Admins to configure a set of "Strict Quality Rules" for specific modules. If the modified code fails to meet these pre-defined standards (e.g., missing descriptions, non-compliant naming, or performance anti-patterns), the 1-Click Publish button is disabled, preventing the deployment of substandard code. Granular Control: Provide the ability to toggle these restrictions on or off per module or application. This allows organizations to apply strict "Production-Level" enforcement on core systems while maintaining flexibility in "Sandbox," "Learning," or "PoC" modules. AI-Powered Feedback: Integrate the AI Mentor to not only block the publish action but to provide a clear, real-time "Action Plan" telling the developer exactly what needs to be fixed to unlock the publish button. Impact: By integrating automated enforcement into the development loop, we can: Guarantee Technical Debt Reduction: Prevent bad patterns from entering the codebase at the source. Scale Mentorship: Use the platform to train developers in real-time, effectively automating the role of a lead developer in enforcing standards. Elevate Enterprise Reliability: Ensure that all production-bound code meets a uniform level of quality, documentation, and performance before it ever hits the server. Thanks
63
Views
0
Comments
New
Architecture & Governance
API-Based Manual Synchronization for AI Mentor
Created on 30 Jan 2025
Thiago Soares
13
Hello! I would like to propose a feature enhancement for AI Mentor that would allow manual synchronization of one or more specific applications via an API. This capability would be highly beneficial, particularly for teams integrating AI Mentor into a CI/CD pipeline to improve application quality. Why This is Important Currently, AI Mentor’s synchronization process covers the entire factory and follows a periodic schedule, which does not align well with CI/CD workflows. In modern development practices, quality checks need to be integrated at key points in the pipeline, ensuring that applications are analyzed at the right time—before deployment, after code changes, or during specific release stages. Proposed Solution Providing an API endpoint to trigger synchronization for selected applications would enable: Faster Quality Feedback: Developers can validate application health immediately after changes, reducing the time to detect and fix issues. Efficient Resource Usage: Instead of scanning the entire factory, teams can focus AI Mentor’s analysis on the relevant applications, optimizing processing time. Improved CI/CD Integration: This would enable seamless automation within pipelines, ensuring that applications meet quality standards before reaching production. This addition would greatly enhance AI Mentor’s usability in enterprise DevOps environments. Looking forward to your thoughts. Best regards,
301
Views
1
Comments
New
Architecture & Governance
Integrate Wrapper Actions in O11 Connector for Data Fabric
Created on 09 Mar
Jorge Martins
4
Allow entities Exposed Read-Only in O11 to have their Wrapper Actions explicitly mapped as well, and represented as entity actions in ODC. This would guarantee that business rules implemented in O11 are applied when accessed from ODC and eliminates the need for extraneous REST APIs solely for data integration purposes.
96
Views
0
Comments
New
Data & Integrations
Identify Unused CSS in all Dependent Modules
Created on 26 Jul 2023
Ana Serrenho
23
My suggestion is to implement a feature that allows developers to find and remove unused CSS within all dependent modules and style sheets. This tool would help streamline application development by identifying redundant styles, leading to improved performance and easier maintenance.
336
Views
5
Comments
New
Service Studio
Add descriptions/steps about how to specifically obtain badges in the Profile page
Created on 18 Dec 2025
Miguel Garcia
5
Hi, There aren't proper descriptions or steps on how to get certain badges. For example, the badge "Interoperability O11 and ODC" says "Complete the “Future-Proofing your OutSystems Factory with O11 and ODC” Training program" but searching for “Future-Proofing your OutSystems Factory with O11 and ODC” there isn't any item in the list. Also, the filter in the "https://learn.outsystems.com/training/catalog" page only allows 50 characters.
178
Views
2
Comments
New
Training
End other debug sessions with a button in ODC Studio
Created on 25 Jul 2025
Ozan Can Çali
9
In O11 we can end other debugging sessions by republishing the module. However, this does not work in ODC. It would be nice if there is a button next to each "active session" in the Users section of the Debugger tab in ODC Studio. With the click of the button, the debug session of the other account would end. This way, we can make sure that the app continues running normally without hitting the debugger activated by other accounts, in case the other users are unable to end their session. Security-wise it would be nice to give this option only to organizational accounts with elevated roles, e.g. the tech lead role.
315
Views
1
Comments
New
Debugger
Same‑Environment Deployment Plans with Dependency Validation
Created on 15 Apr
Rebecca Hall
3
As part of our ongoing effort to follow OutSystems best‑practice architecture, we have restructured our application landscape to clearly separate business logic from front‑end applications. While this approach improves modularity and maintainability, these applications still have interdependencies, which we group and manage as a logical Suite. When deploying to another environment using Lifetime, all module dependencies are automatically validated and republished as needed, and we are proactively notified of any breaking changes across dependent applications. This capability significantly reduces deployment risk and ensures consistency across the suite. It would be extremely valuable to have a comparable feature in Lifetime that allows us to publish a Deployment Plan within the same environment, while still performing full dependency validation. Ideally, this process would identify broken dependencies, prompt corrective action, and automatically republish all dependent applications as required. Implementing this capability would result in substantial time savings for developers. Today, deploying changes within the same environment often requires manually opening and publishing multiple modules in the correct order, with limited validation feedback and a high risk of human error. A unified, dependency‑aware deployment mechanism would both streamline this process and strengthen application stability. While we have implemented a workaround using Solutions in Service Center, it does not provide the same level of validation and dependency checks that Lifetime performs during cross‑environment deployments. Closing this gap would significantly improve deployment efficiency, reduce rework, and enhance overall application dependency management.
60
Views
0
Comments
New
Lifetime
Manage ventilators issues across hospitals
Created on 16 Mar 2020
Ricardo Neto
44
Hospitals will start having issues with ventilators during this high usage times that are approaching. After doing shifts for more than 48 hours it won't be easy for medical and technical staff to properly troubleshoot the cause.For instance, sometimes ventilators stop working and the problem is the UPS. What needs to be done is simply connect the ventilator to the energy outlet rather than the UPS.The purpose of this system will be to allow technical staff to submit issues with ventilators (by brand and model) and have specialists indicating possible solutions.
1832
Views
12
Comments
Implemented
COVID-19
391 to 400 of 10910 records
previous
...
39
40
...
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...