Ideas
10795ideas
Created on 26 Jul 2022
2018-03-29 06-28-54
Takasi Moriya
It is very useful for me that module's version number can be see at progress of 1-click publish like below picture.We often use module's version number when talking with colleagues.Like "I fixed it in v.82."Currently we have to check Service Center or 'Open other Version' menu every time.
289
Views
6
Comments
New
1CP
Created on 02 Jul 2010
2016-11-21 23-23-05
Gonçalo Borrêga
Allow dropping one assign element on top of another. This would copy all assignment variables from the first assign to the destination and delete the first assign from the flow.Allow also to select multiple variables of an assign and drag-drop on another assignment element. This would move those variable to the other assignment. Allow to do this with CTRL+Drag, which instead of moving would copy the variables assignment.
4101
Views
22
Comments
Implemented
Service Studio
Development Environment 10.0.826.0
Created on 02 Nov 2021
2020-04-28 08-32-01
Anthony Ouwehand
Hi,It's not easy to see how many OutSystems accounts are associated with my Architecture Dashboard. As a new infrastructure admin, I want to be able to see who was added in the past. For security, I need to know which users have access to my Architecture Dashboard, when they were created, and by who. Then I can decide how to clean-up the IT Users in LifeTime.This Associated Users list could be shown on the Maintenance screen.Example UI attached:
457
Views
0
Comments
New
Architecture & Governance 
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.
2742
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
2008
Views
26
Comments
On our RadarOn our Radar
Service Studio
Created on 10 Aug 2022
UserImage.jpg
OldMVP
Add the ability to the cloud infrastructure to block or allow specific IPs on an OutSystems cloud environment like the service aws is offering. See this link https://aws.amazon.com/premiumsupport/knowledge-center/ec2-block-or-allow-ips/ for more information.We now have to resort to building a custom ip filter, based on  HTTPRequestHandler_API getipWhich requires to build it into every application.Goal is to achieve a similar solution for reactive web and mobile applications as what is available for traditional web. See  Restrict Access to an Internal Network .
675
Views
1
Comments
New
End-user Management 
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.
688
Views
4
Comments
New
Aggregates & Queries
Created on 07 Jun 2024
2024-06-12 08-10-25
Zeeshan Khan
There should be a functionality in which if we add locale and select language we want to translate can automatically translate original text to translate text without filling 'Translation in' column. That is we don'n need to translate any text , it will automatically detect all texts and show the translation according to the languages provided in the outsystems. thanks..
254
Views
1
Comments
New
Frontend (App Interfaces)
Created on 10 Mar 2025
2024-06-03 11-04-24
Priya Naveen
When reading OutSystems documentation or forum posts, I’ve noticed that images usually appear bright and clear. However, when I reach a step where I need to read the content of an image step by step, hovering over it causes the image to become less bright or slightly blurred. To restore its original clarity, I have to click on it to zoom in. If the goal is simply to follow the flow and read the content while pointing at different parts of the image—without zooming—it would be helpful if the image didn’t blur upon hovering. on focus: - normal view: - on focus/hover: - on focus/hover: - Just a suggestion!
224
Views
1
Comments
New
Documentation
Created on 13 Mar 2025
2025-03-13 14-13-39
Bas van Dijk
When a deactivated user tries to login through the built-in login provider (not sure about external), an unspecific exception is thrown with the message "Login failed". It would be a lot more usefull if the login actually returns a reason for invalid login (just like UserLoginFailureReason: InvalidCredentials or TooManyFailedLoginAttempts). This would help in knowing when we need to contact the users API for ODC in order to be able to reactivate or atleast provide the user with a clear message.
125
Views
1
Comments
New
End-user Management 
741 to 750 of 10795 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
5 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!