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
10795
ideas
Trending
Latest
Most liked
Show AI Mentor Studio Score for Forge components
Created on 17 Dec 2023
Hanno
12
When utilising forge components in a project, these modules can add to the project's overall technical debt, particularly in security and performance. Sometimes, modifications may be required for these modules if issues arise in these areas before they can be released to higher environments. It would be beneficial if the forge could display each component's AI Mentor Dashboard score (level of tech debt). This would assist in identifying high-quality components, especially when similar components are available. Additionally, it would incentivise component authors to improve their components.
143
Views
3
Comments
New
Forge
Lifetime solution/cluster deployment
Created on 23 Sep 2022
Daniel Gonçalves
17
Hello everyone, My team is in a project with now bordering 150 applications in DEV environment. We have a domain driven architecture and can divide the applications using those domains. We would like to be able to setup a solution/cluster of applications and deploy them between environment instead of having to pick individually from a 150 application pool on every deploy. So the idea is to be able to create a deploy cluster with 20 applications and then in lifetime select to deploy that cluster. Best regards, Daniel Gonçalves
531
Views
6
Comments
Implemented
Lifetime
Download Module
Created on 04 Mar 2020
Edgar Ramos
31
Implement a new "Download Module" link that automatically downloads the lastest version of that Module:
667
Views
2
Comments
New
Service Studio
[Lifetime] Retry deployment on failure
Created on 29 Mar 2018
Caio Santana Magalhães
37
Please add a magical button to retry a failed deployment.It would be a time-saver to not have to create a new staging, validate the plan again and re-deploy.
1931
Views
9
Comments
Implemented
Lifetime
Manage Environments Export/Import option
Created on 07 Jan 2021
Igor Khodak
21
Congrats for the implement this feature.It would be nice to also have an import/export actionThank you so muchIgor Khodak
2084
Views
16
Comments
On our Radar
Service Studio
Copy a value from the Aggregate preview data.
Created on 18 Jan 2017
João Costa
35
Would be nice to have an option copy a single value from previewed data.PS: Although, I noticed that Ctrl+C copies all the values from the selected column.
1673
Views
26
Comments
On our Radar
Aggregates & Queries
Adaptive AI Architect: A next-generation AI feature to prevent technical debt before it happens.
Created on 01 Dec 2025
Mandar Deshpande
2
Problem today: Even with Architecture Dashboard and AI Mentor, developers only discover issues after they have already been built. Issues like: Upward references, Wrong layer usage, Poor data modeling, Monolithic modules, Heavy server actions, Inefficient aggregates or SQL, Performance bottlenecks, Bad dependencies. These issues accumulate silently and become extremely expensive to fix later. I would like to propose a new, transformative platform capability that would significantly improve application quality, reduce technical debt, and strengthen governance for teams of all sizes — especially enterprises. The proposal is an AI-driven engine built into Service Studio that: Detects architecture violations in real time. Predicts future technical debt before it occurs. Suggests optimal module placement, layering, and reference patterns. Auto-fixes architectural mistakes with one click. Simulates performance and scalability impact of design decisions. Ensures every app follows Outsystems recommended architecture from day one. I hope this would bring huge value to the entire community.
81
Views
1
Comments
New
Architecture & Governance
Apply css and events on table row
Created on 19 Feb 2024
Damian Fonville
11
It is only possible to assign fixed-style classes to table rows, not dynamic ones, based on the row value. It would be beneficial to have the ability to add classes and events to a row based on an expression. This way, we can apply styling and events to an entire row instead of every cell, reducing duplicate code.
271
Views
3
Comments
New
Service Studio
Add Default Value Behavior property to Entities
Created on 10 Feb 2022
Patrícia Ferreira
22
Add to Entities the Default Value Behavior property similar to what already exists to external databases ( Entity Properties - OutSystems ) so that the default values can be stored as null values in the database when needed.This will prevent developer the need to create their own CRUD SQL queries and use the actions provided by OutSystems when they want to persist NULL value in the database.
332
Views
1
Comments
New
Database
Image preview using javascript
Created on 08 Dec 2017
Vijay Malviya
42
SyntaxEditor Code Snippet$('input[id*=Image1]').change(function(){ readURL(this); }); }); function readURL(input) { debugger; var validExtensions = ['jpg','png','jpeg']; //array of valid extensions var fileName = input.files[0].name; var fileNameExt = fileName.substr(fileName.lastIndexOf('.') + 1); if ($.inArray(fileNameExt, validExtensions) == -1) { input.type = '' input.type = 'file' alert("Only these file types are accepted : "+validExtensions.join(', ')); } else { if (input.files && input.files[0]) { var filerdr = new FileReader(); filerdr.onload = function (e) { $('.ImgReviewClass').attr('src', e.target.result); } filerdr.readAsDataURL(input.files[0]); } } }
906
Views
0
Comments
On our Radar
Frontend (App Interfaces)
711 to 720 of 10795 records
previous
...
71
72
...
next
Top Idea Creators
High Five to the top 5 idea creators in the last 30 days
Nathan Hobbs
12 ideas
2
OJ JALLOW
5 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...