Ideas
10911ideas
Created on 08 Aug 2012
2016-04-21 20-09-55
J.
The onchange-property works quite nicely, only it will fire a lot when you are typing. There are use-cases when you have a sort of grid to be entered and you actually only want to save the input when the user hits enter (and loses focus to the next input-widget) There can be a workaround by making an hidden-button etc. etc. but what I really would like to see that the OnBlur will be made standard (alongside the Onchange) so we will have less ajax-calls.
2477
Views
7
Comments
On our RadarOn our Radar
Frontend (App Interfaces)
Created on 16 Feb 2021
2021-06-30 08-24-06
Susana Vieira
Doing the guided paths under the Learn tab, sometimes there are some lessons I feel like it would be useful to go back to for clarification or just to check some important information, and there are also some pages on the documentation that I like to visit more often to understand or clarify something.I usually look for these on the google search, as it is easier than to look for them on the Learn tab.If there was a way to save these as favorites on my Outsystems Community profile, it would have easier access.
506
Views
11
Comments
New
Training
Created on 06 Nov 2014
2018-01-22 14-25-08
David Zangger
It would be very helpful to have a GetBaseURL  function that would provide the current URL to the current application.  This is extrememly handy when you want to provide a link to the application in an email.
4448
Views
10
Comments
On our RadarOn our Radar
Builtin & User functions
Created on 14 Apr 2024
2014-10-21 20-15-17
Alberto Ferreira
Right now, we can change the default icon of one action, to a custom icon. But when we select a set of two or more actions those are not possible. That could be very useful, if possible, to change an icon to a group of actions at once.
107
Views
1
Comments
New
Service Studio
Created on 21 Sep 2023
2024-08-20 07-51-02
David Nieuwenhuizen
It would be helpful to be able to search for errors on specific modules. Now it's only possible to select 1 module. By having a multiselect, it is possible to check on 2 or more modules that you are interested in at the same time. The other way around, you can "select all" and then deselect a module that is having a lot of errors (which is troubling the error logs) to be able to find the errors you are interested in more easily. The same would be for the application search. Same request is useful for applications dropdown
178
Views
3
Comments
New
Service Center
Created on 14 Aug 2018
2023-05-03 10-22-17
Victor Salvalagio Pereira
I think it would be usefull if we could add comments to flow elements, like IFs, switchs and foreachs.Sometimes the comment component is big and it's hard to position in a place where won't overlap other elements.This idea ( https://www.outsystems.com/ideas/346/%5bServiceStudio%5d+add+comment+to+value+assign?IsFromAdvancedSearch=True ) helps a lot, allowing us to add coment to the expression, but it would be easier to read and find this comments if there was a property in element to input some comments.Cheers
1013
Views
8
Comments
Not right now
Service Studio
Created on 06 Sep 2024
2022-02-03 15-55-20
Diogo Pereira
Hi, Currently in ODC we cannot do Hotfixes or deploy directly in the environment we want. This is somewhat a limitation if we want to fix a bug in Production and we have a stable version in QA that is currently being used. In order to not impact QA to fix PROD, there should be allowed to deploy directly from DEV to PROD.
73
Views
1
Comments
New
Other
Created on 24 Feb 2023
2022-09-30 21-28-30
Ricardo Sousa
The DataGrid is a useful way to display and work with data in a table format. However, because it has several Static Entities, it adds to the AO limit (21 AOs), which can limit the ability of developers to use it in their applications. It would be great if OutSystems could exempt this component from the AO limit, similar to the OutSystemsUI module.
186
Views
0
Comments
New
Components
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>
602
Views
2
Comments
New
Data & Integrations
Created on 25 Sep 2018
2018-08-26 20-34-32
Pankaj pant
Hi Team, We have like and unlike option in the forum. There is no issue if someone dislikes someone's solution or post but how is that person going to know why it is disliked? if this option has transparency, we can ask that particular person for the feedback what's the issue with their solution or post. Regards, Pankaj Pant
1031
Views
26
Comments
New
Forums
1281 to 1290 of 10911 records
Top Idea Creators
High Five to the top 5 idea creators in the last 30 days
2025-12-08 23-06-08
2 ideas
Top Brainstormers
High Five to the top 5 brainstormers in the last 30 days
2021-09-06 15-09-53
6 comments
2
2024-07-05 14-16-55
2 comments
3
2025-12-08 23-06-08
2 comments
4
2024-01-04 15-15-51
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!