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
10877
ideas
Trending
Latest
Most liked
Add multi paths to icon
Created on 09 Nov 2025
Mustafa Emad Shaker
4
While using some tools like IcoMoon to extend the icon collection to fit more with my project theme, I face an issue with dual color icons. I am talking about the icons that is defacto mono color, but some paths has opacity, to apply shadow or set background color for example. This icons inherit a single color form its parent, or by applied color using classes, like normal icons. Some icons may be rendered with many paths. If the icon need 1 or 2 paths, it can be applied with pseudo elements, "::before" and "::after". Icon: delete-01 Icon: delete-02 However, if it need more than 2 paths, then OutSystems' icon widget cannot be used. Instead I uses "HTML Element" and add "span" elements in it. Icon: delete-03 So it would be easier if the Icon widget detects the number of needed paths by it self, or has a lot of paths appended in it to support a wider range of icons in it.
91
Views
0
Comments
New
OutSystems UI
Comment Color Customization
Created on 10 Dec 2025
Carlos Rodrigues
3
Currently all comments have the same color. In Dark Theme they appear black and in Light Theme they appear gray. This makes it difficult to distinguish important notes or identify who added them. The proposed idea is to allow users to define the color of their own comments so that in action flows it becomes easier to see who contributed. If full customization is not feasible an alternative would be to provide three predefined colors such as normal yellow and red to indicate severity or importance. This would help draw attention to critical comments and prevent them from being overlooked.
145
Views
1
Comments
New
Service Studio
Visual API Contract Validator
Created on 15 Dec 2025
Gamel
3
This idea proposes a built-in visual tool that validates API requests and responses against their defined contracts, such as Swagger or OpenAPI specifications. The tool would automatically detect missing fields, incorrect data types, and deprecated attributes before or during runtime, helping developers catch integration issues early. By making API contract validation visible and easy to understand within OutSystems, teams can reduce production defects and integration failures without relying on external tools or manual testing.
77
Views
1
Comments
New
Service Studio
Add "not Aggregate.List.Empty" to list of Suggestions in an If, so I can immediately check on Found instead of Empty
Created on 28 Sep 2021
Wouter Teensma
25
I don't know about you, but I always check if an Aggregate has actually Found something, instead of it being empty.So, in an If Condition after an Aggregate, I keep selecting the Aggregate.List.Empty suggestion, then editting it to "not Aggregate.List.Empty".Could ServiceStudio be updated so the not-variant is also present in the list of Suggestions?
986
Views
2
Comments
New
AI/ML
AI-Powered Automatic Descriptions for OutSystems Elements
Created on 24 Feb 2025
Huarlem Lima
8
Proper documentation is essential for maintaining and collaborating on OutSystems projects, but manually filling in descriptions can be time-consuming and often overlooked. I propose an AI-powered feature that automatically suggests descriptions for elements such as: Variables Actions Screens Blocks Entities The AI would analyze the element’s name, its usage in the code, and overall context to generate an accurate description. The developer would then simply accept or edit the suggestion , making the process faster and more efficient. Benefits: ✅ Time-saving documentation process – Developers can focus more on implementation and less on manually writing descriptions. ✅ Standardization – Generated descriptions would follow a consistent and clear format, improving readability and maintainability. ✅ Better collaboration – Teams can quickly understand the purpose of each element, even if they weren’t involved in its creation. ✅ Easier onboarding for new developers – New team members can familiarize themselves with the codebase more quickly. This feature would enhance documentation quality and significantly boost developer productivity in OutSystems projects. If you find this feature useful, upvote and share your thoughts!
168
Views
0
Comments
New
AI/ML
Add deployment plan and notes in ODC
Created on 26 Jun 2024
Johnes Silva
10
Add deployment plan and deployment notes in ODC, like there are in O11.
149
Views
4
Comments
New
Other
JSON datatype in Outsystems
Created on 21 Aug 2018
Willie Tan
39
It would be great if outsystems can support storage of JSON datatype in the attributes of an entity, since now, MSSQL, Oracle and MySQL all support this already.
1903
Views
4
Comments
New
Data & Integrations
Start running a Solution automatically
Created on 04 Mar 2024
Marjolein Lemkes
13
To solve outdated dependencies throughout the applications, an all solution after a workday or workweek is great to start the next day or week off on a good basis. It would be great to be able to schedule it and let it run after working hours. Ideas - Provide the user with a StartSolutionX and the user will need to create a timer - Provide a setting on service center on the solution: Start automatically at --:--
251
Views
1
Comments
New
Service Center
Make it possible to add an exibhition icon/image to a webblock
Created on 19 Sep 2019
William Antunes
33
Now if we don't want to show the content of a web block in their consumers we need to add an if statement there to show an image or whatever we want to show in the consumers. Like in the image below:It would be good to have an attribute in the block to set an exhibition icon, and this would avoid us to write code only to show an image that also pollutes the content of the web block.
730
Views
6
Comments
New
Frontend (App Interfaces)
Reactive - Keep submenu open after selection
Created on 11 Aug 2020
Vincent Koning
30
This first started as a forum thread but I think that an Idea will get a bit more traction: https://www.outsystems.com/forums/discussion/60035/reactive-keep-submenu-open-after-selection/?utm_source=community&utm_medium=email&utm_campaign=forum-reply=#Post249116 The IdeaI have a menu that contains a Submenu. This is implement as shown below;Whenever I open the submenu and click on one of it's items the page opens but the submenu closes. I rather want it to stay open.Note that having it open by default is no issue, that's simply by adding the css class "open" to the ExtendedClass parameter. And I could of course create a whole elaborate mess of client actions and local variables to detect if I need to add the "open" class to the submenu but I was wondering if there is a nicer and cleaner method for this?Please note that by adding this "open" class to the submenu you get a nasty flicker. After moving to a new page the submenu is being closed by the platform only to be opened again by the CSS class. This leads to a series of animations that looks real ugly.Demo: https://vkoning.outsystemscloud.com/LeafletJSReactiveDemo/EventsToggleEventsDownload: https://www.outsystems.com/forge/component-overview/6907/leafletjs-reactivenote: No, this is not an advertorial in disguise. I really want to have a nice and clean solution for this problem and this application has and easy to share behavior of my issue.
1146
Views
3
Comments
New
Frontend (App Interfaces)
681 to 690 of 10877 records
previous
...
68
69
...
next
Top Idea Creators
High Five to the top 5 idea creators in the last 30 days
getuliogfc
5 ideas
2
Muhammad Shehroz Ali
2 ideas
3
Ahmad Fadhil Arif Baharudin
1 ideas
4
Alexandre Realinho
1 ideas
5
Benjamin Luis Lim
1 ideas
Top Brainstormers
High Five to the top 5 brainstormers in the last 30 days
Dorine Boudry
10 comments
2
Daniël Kuhlmann
5 comments
3
Timothy Gregory
3 comments
4
Arun Raghuwanshi
1 comments
5
Erik Brzozowski
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...