Ideas
10910ideas
Created on 17 Jan 2025
2022-10-19 00-51-44
Viktar Ramaneika
When creating a custom API log entity, it would be helpful to save a reference to the Service Center integration logs using the request key. We can use the Request_GetKey action to add the key to our custom entity. This key is visible on the Integration Details page or can be used to join the Log_Integration entity. Additionally, I propose the following improvements: 1. Add a “Request Key” column to the table on the Monitoring > Integrations screen in Service Center. 2. Include a filter field to search by “Request Key” directly in this screen. These changes would make it easier to find specific logs and enhance debugging and monitoring
113
Views
0
Comments
New
Service Center
Created on 24 Mar 2020
2025-04-07 16-22-34
Silvia Apeldoorn
Last weekend people wanted to get out and ended up to go to the same places. Resulting in Crowds and long waiting lines.My idea is to make an app where authorities can set a restriction on the amount of people in a certain timeslot.And public can see when spots are still available and book their timeslot.A bit like Alhambra in Granada is already doing for visiting the palace there.This way, in stead of lining up and creating a crowd. People could go for a walk in a wider area and still be sure they can visit the place when they come back at the appointed time. Or see from home it is too crowded and decide not to go.This way I hope we can keep open our parks and naturals area's instead of closing everything down.At least we will need an screen for authorities to enter the area's this applies to, which could be web or mobile.And a mobile app for people to show on their phone they have a valid booking
507
Views
2
Comments
New
COVID-19
Created on 28 Dec 2020
2025-05-11 04-57-37
Somesh Renganathan
OutSystems community is growing day by day and there are specific community members posts/comments which are useful on our day to day activities of developments. Can we add Follow button against each member on their profile (and a count of members following them) as well as on the forum posts and forge page. The members who follow the user gets a daily notification (may be along with the daily digest) about what activities were made from their followers. Hope it will help both the user and the followers. It could mean a similar to a badge like OutSystems Champion but with real followers count.
407
Views
8
Comments
New
Community
Created on 15 Jan 2021
2025-02-22 18-27-01
Alfaro
Hello,We would like to be able to set the Multilingual Translations in Runtime , without having to edit the modules and republish - this would be good for in-production fast corrections.This feature was previously available when using the Multilingual Mobile Component .Thank you.
434
Views
3
Comments
New
Other
Created on 11 Aug 2025
2026-07-23 14-34-51
Nuno Reis
You know when you make a switch with 25 branches? Not everyday, sure, but enough times and it scares the next person to open it. Most times we can't organize them vertically and it ends up looking like shooting lines everywhere. And because of that, when we need to rearrange the destinations around because of next steps, the sequence is lost. So far when I click the branch 's line, I see the condition. I would like that also in opposite direction. When I click in one of the conditions of the switch, the branch line on screen to be highlighted. This way I can quickly spot it and follow the logic.
89
Views
0
Comments
New
Service Studio
Created on 30 Jan 2018
2025-09-25 22-50-38
Hanno
When copying and pasting in Service Studio using the keyboard shortcuts, the elements are pasted in the top left corner as opposed to the right-click paste which will paste close to the current position of the mouse pointer.I think it would add some consistency if the CTRL+V action also drops the elements close to the current position of the pointer.
1263
Views
17
Comments
On our RadarOn our Radar
Service Studio
Created on 17 Jun 2022
2019-09-24 13-53-39
Nuno Fernandes
Hi,Each time we use CreateOrUpdate entity action Outsystems send first one update statement and if this statement fails then sends the insert statement.1. First statement send is an update exec sp_executesql N’SET NOCOUNT OFF; UPDATE [StackOverflow2013].[dbo].[Badges] SET [Name] = @ssName , [UserId] = @ssUserId , [Date] = @ssDate , [CreatedOn] = @ssCreatedOn , [CreatedBy] = @ssCreatedBy , [UpdatedOn] = @ssUpdatedOn , [UpdatedBy] = @ssUpdatedBy WHERE [Id] = @ssENBadgesssId ’,N’ @ssName varchar(10), @ssUserId int, @ssDate datetime, @ssCreatedOn datetime, @ssCreatedBy int, @ssUpdatedOn datetime, @ssUpdatedBy int, @ssENBadgesssId int’, @ssName =’New badge’, @ssUserId =1, @ssDate =’2022–01–01 00:00:00', @ssCreatedOn =’2022–05–16 21:11:20', @ssCreatedBy =1, @ssUpdatedOn =’2022–05–16 21:11:20', @ssUpdatedBy =1, @ssENBadgesssId =0 2. If this fails (because it's and insert) then Outsystems send an insert statement exec sp_executesql N’SET NOCOUNT ON; INSERT INTO [StackOverflow2013].[dbo].[Badges] ( [Name], [UserId], [Date], [CreatedOn], [CreatedBy], [UpdatedOn], [UpdatedBy] ) VALUES ( @ssName , @ssUserId , @ssDate , @ssCreatedOn , @ssCreatedBy , @ssUpdatedOn , @ssUpdatedBy ); SELECT SCOPE_IDENTITY();’,N’ @ssName varchar(10), @ssUserId int, @ssDate datetime, @ssCreatedOn datetime, @ssCreatedBy int, @ssUpdatedOn datetime, @ssUpdatedBy int’, @ssName =’New badge’, @ssUserId =1, @ssDate =’2022–01–01 00:00:00', @ssCreatedOn =’2022–05–16 21:11:20', @ssCreatedBy =1, @ssUpdatedOn =’2022–05–16 21:11:20', @ssUpdatedBy =1 This behavior doesn't make any sense because we are sending unnecessary scripts to be executed by database (first update takes some MS to be executed and take CPU time). On factories with a high volume of inserts this have impact.  Resolution: If primary key is nullidentifier -> send insert statement to database If primary key is filled -> send update statement
1955
Views
4
Comments
New
Database
Created on 19 May 2025
2021-09-25 07-23-16
Ramkumar saini
I want to request that you please create a custom module or component in OutSystems that allows developers to build table schemas dynamically at runtime, with AI assistance that predicts fields, relationships, and types based on a natural language description of the business need. What we are creating Not just a form builder — you're creating actual entity definitions on the fly. AI-powered — the system interprets user input like: “I need a table to store employee training sessions with session date, topic, and trainer details” and suggests: Supports version control of schema suggestions. Can optionally generate sample CRUD screens immediately.
112
Views
2
Comments
New
AI/ML
Created on 23 Jan
2023-12-11 08-54-13
Neha Agrawal
Currently, the "OutSystems Mentor" title on member profile pages is static text. To better bridge our community with the global mentoring ecosystem, I propose making this title a clickable link. If a member is a verified mentor, clicking their title should redirect users directly to their ADPList mentor page. This streamlines the process for mentees to book sessions and view the mentor's full coaching credentials without manual searching.
91
Views
3
Comments
New
Community
Created on 02 Aug 2023
2024-05-22 06-12-56
Vignesh Prakash
Currently, the users' table in the database has a few fields, however, it would be useful to have audit trail features like updated by and updated on. Making changes to users and keeping track of the changes made in an organization where several people hold user management roles is challenging. By Maintaining this audit trail, organizations can keep track of the changes made to their data, understand who made those changes, and use it for various purposes like security, compliance, or historical analysis.
311
Views
7
Comments
New
End-user Management 
1111 to 1120 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
4
2024-01-04 15-15-51
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!