Ideas
10800ideas
Created on 12 Dec 2022
2024-11-04 15-59-50
João Inácio
We should be able to test connectivity between the environment (FE) and other endpoints using SC.In order to use this feature, we are required to install other forge components tool like "NetChecker"
234
Views
2
Comments
New
Service Center
Created on 20 May 2017
2019-11-12 17-31-26
Justin James
Cyclic References need to be True Change warnings.J.Ja
2009
Views
26
Comments
On our RadarOn our Radar
Service Studio
Created on 02 Nov 2025
2024-11-25 22-05-29
Sergio Aznar Guallar
With the arrival of Agent Workbench, Mentor AI, and generative AI capabilities on the platform, OutSystems has taken a huge step toward AI-assisted intelligent development. It would be great to accompany this evolution with a new official certification that recognizes developers' knowledge and skills in this area. A specialization in AI Agents, where topics such as the following are evaluated: -Practical use of Agent Workbench and Mentor. -Design and orchestration of AI agents within OutSystems. -Integration of generative models, governance and best practices in AI security and ethics. -Real-world cases of automation and optimization with AI. This would not only strengthen developers' professional profiles, but also position OutSystems on par with (or ahead of) other platforms that already offer certifications in artificial intelligence. In addition, it would drive the adoption of new AI tools within the ecosystem and help companies identify talent ready to build intelligent solutions.
111
Views
2
Comments
Working on it
Training
expected delivery in Q1 2026
Created on 03 Nov 2025
2023-12-07 07-40-16
Yaswanth Kusumanchi
As developers, we often get requirements where users upload files (PDFs, images, or scanned documents), and we need to extract text or structured data from those files inside our OutSystems applications. Currently, we must integrate external OCR APIs (like Google Vision, Azure Cognitive Services, or Tesseract) manually — which adds extra configuration and cost. It would be great if OutSystems could provide a built-in OCR Extraction Action that allows developers to: Upload a file (PDF, image, DOCX, etc.) Automatically extract and return the text/data content Use it in server or client actions easily This would simplify many automation and document-processing use cases directly in ODC or O11 without third-party integrations. Is there any plan from OutSystems to provide such an OCR capability as a native AI action?
86
Views
2
Comments
New
AI/ML
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.
2743
Views
35
Comments
On our RadarOn our Radar
Service Studio
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.
689
Views
4
Comments
New
Aggregates & Queries
Created on 13 Mar 2025
2022-05-01 03-47-53
Jun Mun Chan
In service studio, when we are managing dependencies, for entities, we are able to preview the attributes of the entity. This is very useful, as it allows us to see whether we are adding entities which contains the FK or PK references. In ODC studio, this option is not available. Which means we have to add the public elements, and then go to the data tab and preview the attributes. Good thing we do not have to do a publish first. Because, actually i don't even need to see the data or values, i just want to see the attributes which quite often, it is good enough And the worst part, we can't even resize the pop up in ODC studio. So have to hover over the description one-by-one to look at it
98
Views
1
Comments
New
References
Created on 09 Mar 2018
2024-06-12 10-07-10
Daniel Martins
Due to maintenance proposes, it would be nice to force the application users logout.It would be nice to have available one option to clear all the application user sessions and force the users to login.
1715
Views
6
Comments
Not right now
Backend
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 .
677
Views
1
Comments
New
End-user Management 
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.
290
Views
6
Comments
New
1CP
741 to 750 of 10800 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
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
10 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!