Ideas
10910ideas
Created on 09 Apr
2025-01-02 15-00-40
Silvia Neves
It would be good to have CRUD Wrappers for Local Entities as we have for Server entities
40
Views
0
Comments
New
Database
Created on 09 May 2022
2020-07-01 11-36-23
Shubham Tiwari
By Default fill in the Description Section of the Aggregate and Timers when a new aggregate or timer or any variable is created to avoid Architecture Dashboard Issues.The user can then change it to any values he wants. This will avoid issues on the Architecture Dashboard which in turn will increase the development speed.
744
Views
19
Comments
New
Aggregates & Queries
Created on 05 Mar 2020
UserImage.jpg
Jinuse
Currently, joining Entities and Lists in aggregates is not possible.However, OutSystems isn't far off from being able to make this work either.Most of the major relational databases have introduced functionality to be able to join tables with unstructured data - JSON and XML are a examples.I had an issue with slow rendering times on pages which got data from integrations and had to loop through the lists to link it with the SQL database in our OutSystems environment.I noticed that there would be about 5ms latency between every Aggregate in the For Each loop which was used to build the List Structure required to render the content on screen.My workaround was to:Fetch data from the integrationJSON SerializeAssign to text input of Advanced SQLUse a CTE with OPENJSONJoin with the OutSystems {Entities}This led to me having only one interaction with the database and being able to build the List I needed much quicker.The query looked almost like this:;WITH CTE AS (    SELECT * FROM OPENJSON( @textparameter )          WITH (                Column1   NVARCHAR(100)   '$.Column1',                Column2   NVARCHAR(100)   '$.Column2'          ))SELECT {Entity}.* FROM {Entity}INNER JOIN CTE    ON {Entity}.[LocalReference] = CTE.[Column1]An unexpected, but welcome side effect was that the Database was able to join the data quicker due to query planner/optimizer spawning off multiple threads to do the heavy lifting whereas my OutSystems process was single threaded.
739
Views
4
Comments
New
Aggregates & Queries
Created on 05 Sep 2024
2024-10-15 10-08-31
Tiago Ribeiro
The HTML Element widget is, from what I can tell, limited to a set of tags that OutSystems defined. As new HTML tags are created, and with the surge of technologies like Web Components (that use custom HTML tags), this becomes a limitation and we have to implement workarounds to make a simple thing work. Can this rule be relaxed or even completely removed?
208
Views
3
Comments
New
OutSystems UI
Created on 12 Mar
2023-12-28 17-18-31
Praveen Kumar Natarajan
To prevent an agent from accidently executing multiple times without supervision. It would be good to add a security feature to disable specific agents on the ODC Portal for each environment.
62
Views
1
Comments
New
AI/ML
Created on 24 Jun 2019
2021-04-09 11-42-43
assif_tiger
Hi,MABS Version has become an important aspect that need's to be clear while anyone of forge comes & download the Mobile Plugin.Most of the developers has been started to struggle on MABS version as of the plugins are not yet been upgraded.To address the issue, at least outsystem can give a way by which a Plugin Owner can specify the supported MABS version. Same like it highlight the supported Outsystems version.Please provide a separate field to mention the MABS version while uploading the plugin.
832
Views
6
Comments
New
Forge
Created on 14 Oct 2018
2016-04-21 20-09-55
J.
At the moment the maximum length of an action name is 50 characters. This is way too small for having effective and readable names.You end up truncating names which has a negative impact of readability, maintainability.So please increase them by a lot. at least 255 characters.
1161
Views
1
Comments
On our RadarOn our Radar
Service Studio
Created on 21 Jul 2023
2025-10-16 09-50-15
Yuri Fontes
At this moment, the "By" of listSort is not dynamic, which means it will not allow a variable that does not have the same name as one of the columns in the list. This will result in having something like: 1st option or 2nd option It would be interesting to have something like this: Since the "SortBy" would already bring the name of the column, it would be something straightforward.
254
Views
6
Comments
New
Builtin & User functions
Created on 12 May 2025
UserImage.jpg
Aravind I
When the Date Picker widget is placed inside a popup container, its calendar popup has a z-index that is too low to appear above the popup. In my application, the date field is mandatory, so this behavior acts as a blocker in the testing and validation process. Resolving this issue would greatly help developers during unit testing and proceed further.
100
Views
2
Comments
New
OutSystems UI
Created on 16 May 2018
2025-09-25 22-50-38
Hanno
We need an online system/portal/store where we can purchase OutSystems swag, like t-shirts, decals/stickers, etc.
2135
Views
7
Comments
Not right now
Community
731 to 740 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
2023-02-09 12-36-42
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!