Ideas
10800ideas
Created on 03 Oct 2024
2024-10-03 06-30-47
Bharathiraja Loganathan
get a data from Ai as an Realtime which we can get the data as dynamically for an user
122
Views
6
Comments
New
AI/ML
Created on 21 Jun 2017
2020-09-15 13-07-23
Kilian Hekhuis
We have Ctrl-D for deleting a variable+value pair from an assignment, but I'm often in want of a copy/paste option as well, or alternatively a drag/drop for a single assignment pair. Currently, I need to copy/paste the variable and value seperately.
1704
Views
7
Comments
On our RadarOn our Radar
Service Studio
Created on 05 Feb 2021
2020-09-01 10-42-42
Stefano Valente
I want to be able to have different onparameterschanged, depending on which inputparameter has changed.Now i have to create duplicate variables to check which inputparameter has changed.
319
Views
4
Comments
New
Frontend (App Interfaces)
Created on 21 Nov 2024
2025-12-09 14-11-18
Janakiraman JR
I would like to suggest a feature enhancement for OutSystems that could significantly improve the user experience and flexibility of applications built on the platform. It would be highly beneficial if OutSystems could introduce functionality similar to what is available in platforms like Snapchat and Telegram, where users can customize the application home page icon directly from the app settings. This feature would allow developers and businesses to offer a more personalized, premium look and feel for their applications. Furthermore, the ability to dynamically update the app icon from the server based on specific themes, such as festivals or other events would be a valuable addition. This functionality would help eliminate the need for frequent updates through app stores, making it easier to keep the app relevant and engaging without the overhead of regular submissions. I believe this feature could enhance both the user experience and operational efficiency. I would appreciate it if you could consider this request for future updates to the OutSystems platform.
78
Views
0
Comments
New
Mobile
Created on 23 Jun 2011
2019-11-12 17-31-26
Justin James
The current calendar widget is not bad, but selecting the time is a real problem. It needs to be replaced with something better for DateTime values.Thanks!J.Ja
1769
Views
5
Comments
Implemented
OutSystems UI
Created on 21 Sep 2023
2020-11-26 13-06-30
Joost Miltenburg
For improving WCAG compatibility we need OS to include a couple of additions when it generates an error message. For a screenreader to pick up the warnings/exception messages the platform should include a ARIA role like: role="alert". I see no reason why these shouldn't always be included. ( also when de accessibility feature is disabled ) Additionally, it should be possible to tab to the message so that it can be dismissed; currently the keyboard-focussable is off, but it should be on. We are now reverting to popups as these are requirements for a successful implementation of WCAG compatibility.
504
Views
9
Comments
Implemented
Frontend (App Interfaces)
Platform Server 11.24.0 (Build 41209)
Created on 11 Sep 2020
2017-06-28 10-45-17
Denis Pertsev
In case  REST or SOAP has Full logging  and message is BIGG like 10 Mb, than full log trace message will be truncated. It means  we are losing  possibility to see at least response headers and  body start.For developer It is very important to see response at least headers, as well usually response is very short and have informative error description inside.Here is simple example of trace file (CURRENT SITUATION): Request Headers:User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 4.0.30319.42000)Content-Type: text/xml; charset=utf-8SOAPAction: "sendFile"Host: 10.10.10.101Content-Length: 19986843Request message:<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Header></soap:Header><soap:Body><sendFile ><request xmlns=""><document><fileName>filename.jpg</fileName><content>JVBERi0xLjcNJeLjz9MNCjIwMTc1IDAgb2JqDTw8L0xpbmVhcml6ZWQgMS9MIDE0OTg5NDcyL08gMjAxNzkvRSAyMjE0NjUvTiAxMjQvVCAxNDU4NTg1NC9IIFs.... THOUSAND LINES WITH FILE CONTENT ......+kftdt0JAaAjm4GNZIOzcUgXeRsRKtvGG3VKzQxu4TjrKoDXmrQRuAWbS5CHbCFRnc7a/nF6mDwVbT5UlKfWByqu2pzUQNU1Yf0gxfQnohTbMVE4TuCpGygkZQnYfyxeo6JOM<Message truncated in logging because it exceeded the maximum size>As you see full log is truncated due to maximum size. REQUEST:Book some space in the trace for Response. like 4..10 KB at least.it means that Request message will be truncated,  then I will be added Response Headers and  start of the response body. EXPECTED  TRACE To be look like: Request Headers:User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 4.0.30319.42000)Content-Type: text/xml; charset=utf-8SOAPAction: "sendFile"Host: 10.10.10.101Content-Length: 19986843Request message:<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Header></soap:Header><soap:Body><sendFile ><request xmlns=""><document><fileName>filename.jpg</fileName><content>JVBERi0xLjcNJeLjz9MNCjIwMTc1IDAgb2JqDTw8L0xpbmVhcml6ZWQgMS9MIDE0OTg5NDcyL08gMjAxNzkvRSAyMjE0NjUvTiAxMjQvVCAxNDU4NTg1NC9IIFs.... THOUSAND LINES WITH FILE CONTENT ......+kftdt0JAaAjm4GNZIOzcUgXeRsRKtvGG3VKzQxu4TjrKoDXmrQRuAWbS5CHbCFRnc7a/nF6mDwVbT5UlKfWByqu2pzUQNU1Yf0gxfQnohTbMVE4TuCpGygkZQnYfyxeo6JOM<Request body truncated in logging because it exceeded the maximum size>Status Code: OKResponse Headers:Transfer-Encoding: chunkedContent-Type: text/xml;charset=utf-8Date: Wed, 09 Sep 2020 09:26:03 GMTServer: ApacheResponse message:<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header></SOAP-ENV:Header><SOAP-ENV:Body><ns3:createFileResponse xmlns:ns3=""><request><document><fileName>NewFileAdded000_010</fileName><content>JVBERi0xLjQKMSAwIG9iago8PAovVGl0bGUgKP7/AFYAYQBuAGcAaQBuACAALQAgAFMAZQBsAGYAUwBlAHIAdgBpAGMAZQBSAGUAYwBlAGkAcAB0KQo....... <Response body truncated in logging because it exceeded the maximum size>
583
Views
2
Comments
New
Data & Integrations
Created on 02 Oct 2010
2011-10-11 00-46-16
Diogo Cordeiro
Several times happens I need to copy a user action and make a few changes, but when i notice i am making changes on the original action and have to undo it all...It would be nice to be automatically redirected to my new created action....Does this happen to many of you also?
1750
Views
9
Comments
Implemented
Service Studio
Development Environment Release 76
Created on 20 Aug 2018
2022-02-18 15-32-27
João Almeida
There's already a similar Idea regarding configuration per environment , but this one is slightly different: very common plugins can be used by several apps in a factory, but each may need that different configurations. An example of that can be the Camera or Geolocation plugins, where the permissions labels (CAMERA_USAGE_DESCRIPTION, PHOTOLIBRARY_USAGE_DESCRIPTION, etc) may need to be customized per app.A nice way to handle there per app variations could be the client app setting those in its own Extensibility Configurations, that would override the json defined in the plugin's Extensibility Configurations.
1419
Views
4
Comments
On our RadarOn our Radar
Service Center
Created on 14 Oct 2025
UserImage.jpg
João Miguel Coimbra Barros da Silva
There are times when we need to go through this tedious code debugging procedure to fight those pesky bugs that are tormenting our precious logic. We need to delve deep into the data lying under those nested variables, containing unfathomable variable-level listings, one over the other. I hereby request the ability to download (or at least copy to the clipboard, depending on a predetermined textual size) the full JSON content of the debugging area variables , so that we, developers, can fulfil our task better than our ancestors did.
61
Views
0
Comments
New
Service Studio
1281 to 1290 of 10800 records
Top Idea Creators
High Five to the top 5 idea creators in the last 30 days
2018-07-06 11-13-55
12 ideas
2
2024-11-06 14-58-26
6 ideas
Top Brainstormers
High Five to the top 5 brainstormers in the last 30 days
2018-07-06 11-13-55
24 comments
2
2024-07-05 14-16-55
10 comments
3
2025-09-29 14-02-19
3 comments
4
2026-01-08 12-54-39
2 comments
5
2020-09-15 13-07-23
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!