Skip to Content (Press Enter)
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Platforms
OutSystems.com
Personal Edition
Community
Resources
Support
Search in OutSystems
Log in
Get Started
Community
/
Ideas
Ideas
Show advanced filters
Status
(All Statuses)
New
On our radar
Working on it
Not right now
Implemented
Out of scope
Category
(All Categories)
1CP
Aggregates & Queries
AI/ML
App Feedback
Architecture & Governance
Backend
Builtin & User functions
Cloud
Collaboration
Community
Components
COVID-19
Data & Integrations
Database
Debugger
Documentation
End-user Management
Forge
Forums
Frontend (App Interfaces)
Ideas
Install Processes
Jobs
Licensing
Lifetime
Mobile
Other
OutSystems Developer Cloud
OutSystems UI
References
Service Center
Service Studio
Training
10910
ideas
Trending
Latest
Most liked
Outlook vs Gmail: problem with images in CKEditor
Created on 28 Apr
Matheus Henrique Souza
1
Good afternoon, Everyone, I'm sharing a practical experience that can help those who work with sending emails with images in OutSystems, using Forge's CKEditor for Outlook and Gmail. Problem The CKEditor saves the image in the database and generates a link in the format: /Download.aspx?GUID=1234... In Outlook, this link was identified as a potential security risk (because of the .aspx) and the image was not displayed. An alternative would be to convert the image to Base64 and embed it directly in the HTML, but in this case Gmail does not interpret it correctly and the images do not appear. Solution I created a Friendly URL (alias) in the Service Center to expose the images in the format: /CKEditor/image/{GUID}.png I adjusted the CKEditor's JavaScript to save and retrieve images using this new handler. In the Download handler, I configured the FileName, Mime-Type, and left Save to Disk = No, ensuring that the images are displayed inline.
51
Views
1
Comments
Out of scope
Other
Raise custom Database Exception from Advanced SQL
Created on 14 Jan
Bruno Marques
1
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.
108
Views
4
Comments
New
Database
Add dependency by module should be multi select
Created on 26 Nov 2019
Evert van der Zalm
25
There are some improvements made to add dependencies and one of them is the 'Add Dependency' when right clicking on a already reference module. Then the screen pop-up where you'll can select a dependency to add.It would be an improvement if this would be a multi select option so you'll don't still have to open the manage dependencies.Attached is a gif image which display better what I want to achieve (so in the entity list I'm trying to select multiple entities with ctr which doesn't work).Kind regards,Evert
652
Views
4
Comments
New
Service Studio
Provide a handled response for inactive users logging in
Created on 13 Mar 2025
Bas van Dijk
6
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.
167
Views
1
Comments
New
End-user Management
Redirect Emails To Test List per eSpace
Created on 10 Dec 2010
Lennart Kraak
48
In Service Center there is a setting to redirect e-mails sent by the platform to a defined list e-mail addresses for testing purposes. It would be useful if this could be set per eSpace, for example in the Operation tab of the eSpace screen. In this way you can test your e-mails, without receiving all other test e-mails from other eSpaces, or bothering other developers that also want to test their e-mails.
2025
Views
22
Comments
On our Radar
Service Center
PDF in Service Studio
Created on 13 Aug 2021
Aadhavan Shanmugam
11
We can design webpage & email page using OutSystems. By the same way, It would be very helpful, if we have pdf page design in OutSystems Service Studio like email in Traditional web development.With this component, we can eliminate external component dependencies.
724
Views
22
Comments
New
Service Studio
Better Menu in the styleguide
Created on 13 May 2010
J.
52
The current Menu is somewhat cumbersome and doesn't feel right. It's too much hassle to create an easy menu. Make it better and more customization friendly.
2580
Views
17
Comments
Implemented
Frontend (App Interfaces)
OutSystems 8.0
Warn about unused aggregates in (screen) actions
Created on 09 Jul 2018
Johan den Ouden
29
When we develop actions and specially change them later we sometimes remove code in the flow.When a variable is not used anymore after changing / deleting some code in the flow service center warns you about this (yellow line under the variable and a message in the warning panel).When an aggregate is not used anymore service center does not warn you about this.I would like service center to warn me so I can check if the aggregate can be deleted or not.In the example below the GetUsers aggregate is not used.
3245
Views
6
Comments
Implemented
Aggregates & Queries
Development Environment 10.0.902.0
Dropdown Search selected value margin should be reversed in RTL pages
Created on 08 Jan
Mustafa Emad Shaker
2
Dropdown Search widget puts a margin at the end of the selected value, in order to create a buffer between the value and the action in the end. However, in pages with right-to-left direction, the margin is not reversed, it remains the same. Here is an example of LTR & RTL pages: English Arabic
99
Views
2
Comments
New
OutSystems UI
Expose Forge version number for deployed applications
Created on 29 Jul 2024
Jan Wagenaar
9
I'm trying to list Forge app versions across environments. Currently, the Forge applications are registered in system table OSSYS_APP_FORGE, but only on the environment it's installed. It would be really helpful for monitoring versions if the Forge applications deployed to that environment would also be registered in it. Right now, I have no idea what version I'm running on (for example) Production. Thanks!
216
Views
0
Comments
New
Forge
921 to 930 of 10910 records
previous
...
92
93
...
next
Top Idea Creators
High Five to the top 5 idea creators in the last 30 days
dex2dot0
2 ideas
2
Jeremiah Cruz
2 ideas
3
Abed Al Banna
1 ideas
4
Alessandro Olavo Gama
1 ideas
5
Franciel Oliveira
1 ideas
Top Brainstormers
High Five to the top 5 brainstormers in the last 30 days
Dorine Boudry
6 comments
2
Daniël Kuhlmann
2 comments
3
dex2dot0
2 comments
4
Abed Al Banna
1 comments
5
Christopher Bautista
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!
Developer Newsletter
Loading...