Ideas
10792ideas
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.
1520
Views
9
Comments
New
COVID-19
Created on 05 Nov 2024
2026-01-23 11-38-55
Dinesh Murugan
Currently, when replying to a forum post , we use the " @ " symbol to mention a person, but users need to manually search for the name they want to mention. I propose an enhancement where, as soon as the " @ " symbol is typed in a forum reply, a list of users who have already replied to that specific thread automatically appears. This will allow users to easily select the name they want to mention without having to search for it. This feature would improve the user experience by saving time and making the process more intuitive.
300
Views
8
Comments
New
Forums
Created on 05 Dec 2024
2022-01-29 23-03-17
Paulo Solipa
Be able to restore the Screen State in Mobile apps while navigating through screens. By default, OutSystems already uses an hidden API (ScreenStateCache) that restores the screen state while navigating back to the previous screen, as stated in my article . The implementation of this idea would make this functionality available across the developers, making OutSystems mobile apps with an user experience much closer to the native ones.
363
Views
3
Comments
New
Mobile
Created on 29 Jan
UserImage.jpg
Tim Banning
Would it be possible to add a Test input at the beginning of any logic flow, or within an expression. Similar to the Test feature within aggregates or SQL. For expressions it could be helpful when there is data processing or functions involved. For logic flows it would be great to be able to enter a test value at the beginning or somewhere in the middle of the flow and see how it behaves through the logic. Doing this via debugger is not always as direct to test, and sometimes logic is only triggered at certain instances which can be challenging to trigger during debugging. It could be similar to having a debug option to start from a location within the code, with a data input set. Rather than having to trigger the logic from the front end.
60
Views
0
Comments
New
Service Studio
Created on 22 Mar 2025
2025-12-04 17-16-44
João Paulo
All modern IDEs include some form of AI-powered coding assistance. While Service Studio does suggest certain nodes, it lacks the capability to enhance a developer's logic with meaningful autocomplete suggestions. It would be nice to have a co-pilot-like feature in Service Studio.
283
Views
8
Comments
New
Service Studio
Created on 27 Apr 2023
2022-02-07 08-52-30
Pranav Pandey
Currently, OutSystems developers cloud (ODC) is only available as paid service but it would be great if it is made available to the general developer community as well to experience and explore it. 1. We may be able to suggest some additional ideas and improvements needed for the portal. 2. Will make us gain practical experience in it. Which can also help us plan to include it in upcoming projects.
558
Views
11
Comments
New
Community
Created on 28 Nov 2023
2020-07-01 06-38-14
Jukka Pekka Patrikainen
We have a big factory and multiple applications and solution publish takes over hour. Currently person needs to Login DEV Service Center Open Factory Go to solutions Open XXXX solution Select [x] Publish with full compilations Press (Publish) We need to make a scheduled solution publish after hours when developers are away. So create Service Center solution publish API per environment Login with needed credentials API call LaunchSolutionPublish(SolutionId, VersionId, IsPublishFullCompilations) This can be also included to LifeTime API, but then you need to add environment where the publish is wanted to do. Also creating version for Solution would be good for API call CreateSolutionVersion(SolutionId, Version[text], Description[text]): VersionId We can retrieve versions and solutions from System entities, but we cannot lauch solution generation. It would be possible to make own scheduled system for this if there would be these APIs. BR, -JP
697
Views
7
Comments
New
Service Center
Created on 07 Jan 2024
2025-02-09 19-39-40
Lucas Soares
I would love to build my portfolio or a small business using my personal environment in OutSystems, using my domain or having more space to use in the database . I'm not a Champion or MVP, but I believe that the idea would motivate even more OutSystems professionals to reach these desired prominent positions. My idea is that these professionals recognized by OutSystems MVP and Champion can have additional configurations in their personal environments , basic things like: Put your own domain eg: www.soarescorp.com or instead of personal-xasadk Having more than 2GB of database to actually store data. Allow 1 or more 2 developer accounts in personal environment. Only these first two items would be very good, so in summary, my idea is that MVPs or Champions have better functionalities in their personal environments , after all they are promoting the OutSystems brand frequently . Hug, Lucas Soares
536
Views
8
Comments
New
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 .
3072
Views
13
Comments
Implemented
Frontend (App Interfaces)
Platform Server 11.10.1
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.
6036
Views
54
Comments
Implemented
Service Studio
251 to 260 of 10792 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
5
2023-11-30 14-07-30
1 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
12 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!