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
10800
ideas
Trending
Latest
Most liked
Ai Data
Created on 03 Oct 2024
Bharathiraja Loganathan
3
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
Copy/paste assignment
Created on 21 Jun 2017
Kilian Hekhuis
24
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 Radar
Service Studio
Reactive: OnParametersChanged per Input parameter
Created on 05 Feb 2021
Stefano Valente
15
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)
Dynamic Application Icon for Android and iOS
Created on 21 Nov 2024
Janakiraman JR
5
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
Improve the Calendar widget
Created on 23 Jun 2011
Justin James
41
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
WCAG compatibility improvement: error messages
Created on 21 Sep 2023
Joost Miltenburg
5
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)
SOAP and REST full trace, should book some space for response in case of log truncation.
Created on 11 Sep 2020
Denis Pertsev
17
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
When copying an user action, be redirected to the new created action
Created on 02 Oct 2010
Diogo Cordeiro
41
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
Allow client apps to override Extensibility Configurations of plugins they're using
Created on 20 Aug 2018
João Almeida
22
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 Radar
Service Center
Debugging Area variable JSON Export feature
Created on 14 Oct 2025
João Miguel Coimbra Barros da Silva
2
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
previous
...
128
129
...
next
Top Idea Creators
High Five to the top 5 idea creators in the last 30 days
Nathan Hobbs
12 ideas
2
OJ JALLOW
6 ideas
3
Alexandrino Galveia
2 ideas
4
Saugat Biswas
2 ideas
5
Ajitesh Mahapatra
1 ideas
Top Brainstormers
High Five to the top 5 brainstormers in the last 30 days
Nathan Hobbs
24 comments
2
Daniël Kuhlmann
10 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...