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
10878
ideas
Trending
Latest
Most liked
Prevent user click´s on server side processing
Created on 13 Dec 2020
Aureliano Pinheiro
28
Having an option on the screen or in the button parameters to prevent the user from double clicking on any element twice or others when the server is processing.Per example if the server is slow the action logic may still be processing and some users have the tendency to double click buttons (like Create/Save) repeatedly, duplicating records (per example).You can avoid this by using the Button Loading widget on Mobile and Reactive Apps, but there is no option for the whole screen. On Traditional Web you have to implement your own logic or use a Forge Component (Page Loader) or ( Button Locker), per example.
500
Views
1
Comments
New
Frontend (App Interfaces)
Keep filters selected after entering the Detail in the Error Log list
Created on 13 Apr 2021
Catarina Amador
23
It would be really useful to keep the filters selected once we return from the Detail of the Error. It would save us some time.
958
Views
9
Comments
Implemented
Service Center
OutSystems Developer as a job title on LinkedIn
Created on 31 Mar 2023
Viktar Ramaneika
11
I recently noticed that LinkedIn does not include "OutSystems Developer" as a job title option in its database. As someone who works in this field, I believe it would be beneficial to have this title available for professionals to select and display on their profiles. It would not only increase visibility for the platform, but it would also help to establish OutSystems as a recognized and valued skillset in the job market.I would like to suggest that the OutSystems team reach out to the LinkedIn product team and request that they add "OutSystems Developer" to their job title list. I believe this would be a valuable addition to both platforms and would greatly benefit professionals working with OutSystems.
360
Views
15
Comments
Out of scope
Jobs
Edit Structure Using JSON Editor
Created on 30 Oct 2025
Sudeep Agarwal
4
We currently have the capability to create structures using a JSON editor, but it lacks the functionality to edit or update them. I propose implementing a feature that allows users to edit and update the structure directly within the JSON editor.
83
Views
0
Comments
New
Service Studio
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]); } } }
919
Views
0
Comments
On our Radar
Frontend (App Interfaces)
Query parameters in error log
Created on 26 Sep 2017
Hermínio Mira
40
Hi,Would be great for troubleshooting if the runtime values used in query parameters were also logged in the error log text. The tenant Id would also be a good idea to support multi-tenant scenarios.Of course this would only be applicable to query related errors and they could be shown in the log in a very simple manner like:"TenantId = 1Param1 = 123Param2 = "Text"Error in advanced query (...)"This would allow much faster debug in Service Studio.Cheers,Hermínio
1038
Views
6
Comments
On our Radar
Aggregates & Queries
Improve information with Prometric
Created on 02 Jan 2025
Edson Marques
8
Hello, I created this topic because I have noticed a major problem with interpreting information to take the certification exam, especially when taking it in person at an application center. In Brazil specifically, the use of digital documents (virtual documents via cell phone) is officially permitted (by the government). The problem is that nowhere does it specify the use of physical documents (paper or card), and people are prevented from taking the certification exam for not carrying the physical document. According to Prometric, they are very strict and I do not have the power to communicate with them for this small adjustment, therefore, OutSystems, as their client, could request this adjustment in the mandatory documentation information and even change the notice on the website, on the certification page. Recently, there was a case in which the candidate called the police and caused a great deal of inconvenience for not carrying the physical document.
174
Views
1
Comments
New
Training
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:
700
Views
2
Comments
New
Service Studio
Add option to select all
Created on 11 Dec 2025
Miguel Ferreira
2
When recovering deleted code or working with another person in the same app, during merge and publish it would be very helpful to have an option to 'Select All' for the versions we want, instead of selecting them one by one.
203
Views
3
Comments
Out of scope
Service Studio
Add more context to the documentation on release notes
Created on 25 Sep 2024
Tiago Reis
9
When evaluating the last versions of Service Studio, it is not possible to identify on which versions a bug was present on. If possible, it would be great to know which versions are affected by a specific bug. e.g. Version 11.54.76 "Fixed an issue that was preventing memory from being released. (RDEV-7567)" Is this bug only in the 11.54.75? Is it since ever but with low impact? This information would be great to identify the need to "update" the Service studio version on the all factory.
286
Views
2
Comments
New
Documentation
721 to 730 of 10878 records
previous
...
72
73
...
next
Top Idea Creators
High Five to the top 5 idea creators in the last 30 days
getuliogfc
5 ideas
2
Ahmad Fadhil Arif Baharudin
1 ideas
3
Alexandre Realinho
1 ideas
4
Benjamin Luis Lim
1 ideas
5
Caldeira81
1 ideas
Top Brainstormers
High Five to the top 5 brainstormers in the last 30 days
Dorine Boudry
8 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...