Ideas
10879ideas
Created on 08 Feb 2022
2024-09-08 11-13-40
Nuno Damaso
It would be nice if the platform could expose the underlying stack(.net, js, ...any?) bitwise operators at the Built-In functions, maybe a "Bitwise" folder with AND, OR, Complement, Left Shift and Right Shift.There are several applications for this when masking, dealing with multiple checkboxes/radios, datapoints, conversions, algorithms, and even external connectors to SBCs/Microcontrollers.It seems a bit overkill to have a forge component or adding an extension/block for it.
375
Views
1
Comments
New
Builtin & User functions
Created on 14 Jan
2019-08-28 11-43-22
Bruno Marques
Hi, I'm not sure if this is possible but I will share something that I just experienced. I have a query that creates/updates data in several entities. This query has 200 lines which is heavy enough. I need 2/3 validations before doing this heavy CRUD, I would like to do that inside the Advanced SQL node and be able to output the error code and error message. As of today, the only error that comes out of a query is "Error executing query" which doesn't allow me to handle the error properly. To accomplish those validations, I need to have more aggregates or even SQL nodes outside the heavy create/update which will increase even further the complexity of the action.
90
Views
4
Comments
New
Database
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.
239
Views
6
Comments
New
Builtin & User functions
Created on 13 Oct 2024
UserImage.jpg
Ahmed Abdullah
Add Environment name whenever hovering on the opened service studio in the windows task bar in order to distinguish between environments whenever opening muti environments to minimize conflicts.
154
Views
1
Comments
New
Service Studio
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.
697
Views
19
Comments
New
Aggregates & Queries
Created on 16 Dec 2016
UserImage.jpg
Kovan Bavi
Build a Service Studio version to run on cloud so anyone can use it and access it by browser. This way there is no need to have a version for every platform.
2836
Views
35
Comments
On our RadarOn our Radar
Service Studio
Created on 20 May 2017
2019-11-12 17-31-26
Justin James
Cyclic References need to be True Change warnings.J.Ja
2056
Views
26
Comments
On our RadarOn our Radar
Service Studio
Created on 09 Nov 2023
2023-04-06 11-24-23
Paulo Zacarias
When on the ODC Portal, the user can view and configure the apps that are in each Stage, however, the navigation through these can be enhanced. Currently, when the user accesses the Apps menu, and then opens an Application, the Stage is always set as Development . Even if the users change the Stage to QA for instance, when navigating back to the Apps list, and opening another App, the Stage is reset to Development . This is annoying because if the user is performing a considerable amount of configurations, he/she is always obliged to change the Stage for each App he/she wants to configure. What do you think of keeping the value of the Stage in a client variable? This way it would facilitate a lot of the scenario described above as it would be a lot less clicks to reach the same goal.
169
Views
0
Comments
New
Cloud
Created on 04 Jan 2011
UserImage.jpg
Vítor Oliveira
It would be nice to have Auto-Save in Service Studio that could be turned On and Off by the user. It's very annoying  to lose work when "something" crashes...
2201
Views
12
Comments
Implemented
Service Studio
OutSystems 7.0
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.
716
Views
4
Comments
New
Aggregates & Queries
741 to 750 of 10879 records
Top Idea Creators
High Five to the top 5 idea creators in the last 30 days
2026-03-13 16-36-56
5 ideas
5
2019-02-27 17-48-20
1 ideas
Top Brainstormers
High Five to the top 5 brainstormers in the last 30 days
2021-09-06 15-09-53
8 comments
2
2024-07-05 14-16-55
4 comments
3
UserImage.jpg
3 comments
4
2024-07-12 10-36-04
1 comments
5
2017-07-24 06-43-32
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!