Ideas
10910ideas
Created on 16 Mar 2020
2025-11-19 06-14-01
Miguel Verdasca
At a time when all the services of the National Health Service in each country are clogging up, I think it would be important to have an App to monitor people who may have symptoms, so that they can be more easily identified, and monitored and that their screening will be faster , and if justify making a call. As well as accompanying people who are alone or even elderly, so that these people can be monitored and the central services know that people are well, for example, they have to enter the App x in x time.And here is a whole world of ideas that can be pulled out in order to help those who need it most and to relieve emergency medical services.
1578
Views
9
Comments
New
COVID-19
Created on 27 May 2021
2020-12-07 13-36-58
Alexandre Santos
Hi would like to suggest that we can have the ability to use native SVG's without the need to use InlineSVG component that is not low-code friendly and has a horrible preview inside the platform. I think the OutSystems way of doing this would be when using the Image widget, if I select an SVG image, add a dropdown or boolean option to select if I want that image as an HTML img tag, or svg tag.Inside the WYSIWYG preview, it can be just be displayed as an image, but when compiling then we would have the SVG code directly in the HTML and the Inline SVG component would not need to run JS to append the code manually.
989
Views
10
Comments
New
Frontend (App Interfaces)
Created on 09 Feb 2012
UserImage.jpg
Harry de Boer
I'd like the posibility to select multiple widgets and then in the properties pane the properties that are not unique to a widget can be edited. For example, when selecting multiple radiobuttons I want to set the destination and style once for all radiobuttons.
6211
Views
54
Comments
Implemented
Service Studio
Created on 05 Jan
2018-08-04 18-19-00
André Pinho
Inside an aggregate comparing the same variable (inside a filter) should trigger a warning. If an aggregate filter says user.id=user.id it should trigger a warning clearly this will always be true. the user would have likely meant user.id=userid
95
Views
0
Comments
New
Aggregates & Queries
Created on 18 Mar 2025
2026-04-29 12-34-16
Edson Marques
After generating the application in the Prompt, you can keep the prompt active to add new items and also edit something that has already been created. Always leave the prompt active to request new resources or edit them, modeling them as needed.
328
Views
4
Comments
New
AI/ML
Created on 02 Jul 2010
2018-03-08 20-43-12
Robert Chanphakeo
 ServiceCenter allows you to config 1 set of email settings, some clients/applications may require the use of multiple email servers. Example 1 Vendor 1:  Is using application X, and they want to send emails from their own server mail.vendor1.com using their own email address service@vendor1.com Vendor 2:  Is using application X,, and they too want to send out emails from their own servers mail.vendor2.com using their own email address service@vendor2.com Example 2 eSpace application A is using email service@domainA.com eSpace application B is using email service@domainB.com Please add capability to support these scenarios.
4345
Views
55
Comments
On our RadarOn our Radar
Backend
Created on 19 Jul 2023
2024-05-02 09-49-04
Murali Manoharan V
For example 30 people are working in same environment in a same project. Some times multiple users publishing the same module, currently it goes to uploading state and finally gives concurrent publish error. If the button is disabled and gives an message of "Other team member is publishing this module", it will save lots of time for developer. In my scenario we work with clients in remote, so for publishing only we spend lots of time for this scenario.
534
Views
7
Comments
New
Service Studio
Created on 08 Nov 2019
2024-06-20 22-44-09
micaelramos
With multilingual in a web or mobile project , it is necessary to show dates in the respective languages.The idea would be to have an extra field in the FormatDateTime function that would allow you to receive the location and return the formatted translated date.All the Locales would be expressed according to the RFC 1766 standard format.Examples:In English (default): Friday, 08 november, 2019In Dutch: Vrijdag, 08 november, 2019In French: Vendredi, 08 novembre, 2019In Spanish: Viernes, 08 noviembre, 2019
1357
Views
11
Comments
On our RadarOn our Radar
Builtin & User functions
Created on 02 Apr 2023
2021-10-23 05-44-15
José Marcelo da Silveira
Q - What do you need?A - Access to AI Mentor for OutSystem free edition. Because it is replacing the Architecture Dashboard that had no access limitations for free editions. Besides that, I'm studying for Architecture certification, and I don't know if it will have any questions about AI Mentor.Q - What could it improve?A - Become this tool available for free versions will increase the number of users who will perform tests, find bugs, propose improvements, etc.Q - Who would benefit from that?A - In general, increasing the number of users will contribute to further improving the tool, and everybody will benefit with this.
2046
Views
14
Comments
Not right now
Architecture & Governance 
Created on 19 Sep 2019
2017-03-14 07-04-32
Carlos Olías
Outsystems don't preserve, by now, session variables in server side, when you call from mobile apps, between calls.This is how it works, and it is "reasonable", but it does preserve some data such as UserId or TenantId (when you do a SwitchTenant) between mobile calls to a server actions for the correct behavior of platform. The problem:If you have a multilingual mobile app, the translations in client side can be resolved with: “ Multilingual Mobile Component ”.But when you have core modules, with server static tables, server process, server sends emails, etc...  What's up with the locale?Currently, the locale, in each call from mobile call is set in the platform default local (for example, en-US). If the user want to retrieve the translation of static tables in his language (for example French), or send emails using the translation resources in french, need to set the locale all the time en each server action that is called by a mobile app.This is also a problem, when you use an aggregate in movile app in screen, and join with an static table, because you can not set locale in server side before aggregate execute, and locale translations allways are retrived in default Platform language. Example:I attach a solution with a mobile app and a core services with an static tables of colors, translated with resources in French, Spanish, and English.We have two server actions, one that returns colors, and the other one that setlocale to french and return colors...We have a mobile app with two buttons, Button "getcolors", that returns the colors without set locale. If you click first, the colors are returned in US (the default locale of platform), and are printed.If you click the second button, locale is setting in french and colors returned in french.If you click second button (and locale is setted), and after you click first button, colors should be returned in french (as the web applications do). But you can see that are returned in english, so locale don't persist between server calls...The second part of mobile screen calle "colors from agregate", is performing an aggregate agains static server table, and, as you can see, retrieves the result in default locale (en-US).This has been explain into support case 2233103, and, we have confirm with Outsystems that there is no workarround once time only, you need to set locale each time you call to a server action. Solution:If you set locale with SetCurrentLocale action in server side, it sounds reasonable that the following calls from this user to servers actions (in that session) you want to use the same language (at least until you make another SetCurrentLocale), so Locale should be also persisted in server side (like tenantId or UserId), between movile calls .
3390
Views
13
Comments
Implemented
Frontend (App Interfaces)
Platform Server 11.10.1
231 to 240 of 10910 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
5
UserImage.jpg
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!