[Forums] Newly created user not able to login to application
I have created web application name "DemoApp".I was able to login to the application "DemoApp" using my personnel environment credentialI created a new user on link...
View Article[Forums] Regarding outsystem certification exam.
That's good, I'm sure you will hear from OutSystems Training soon.
View Article[Forge] Theme Var Flattener
Tool for generating CSS code replacing dynamic variables (--var) with static values, improving design-time preview in older Service Studio versions (O10).
View Article[Ideas] Site Property right-click allows developer to jump to ServiceCenter
Many times during development it's necessary to either check or modify the Effective Value of a Site Property.  It would be great if you could right-click on a site property in Service Studio and have...
View Article[Ideas] ListAppendList builtin feature (Append a list to a list)
Hi, I would like to see an built-in implementation of appending a list to a list. Too many times I have to create a for-each loop to append all records from 1 list to another, while a simple action...
View Article[Ideas] Restaurant delivery/order App for pic up or home delivery
You should realize an App easy to use for restaurant managers (one restaurant only), that they can show their menu card (easy upload with excel) and customers can order for picup or home delivery.Â
View Article[Ideas] Property Cache in Minutes set with a variable
The property "Cache in Minutes" can only be set with an integer value, it would be nice if in the future this property could be set by a variable, like for example with a site.property.
View Article[Ideas] Warn if the database is getting full
Sometimes, when the database has a high quantity of data (lots of error logs, for example), the OutSystems Platform becomes terribly slow.Put a warning on Service Center or LifeTime so we can know if...
View Article[Ideas] Move delete filter button to be near the actual filter in an aggregate
As you can see from the image below, the delete button for a filter can be hidden and requires scrolling to your right if you want to delete one. Â This then means you can't see which filter you're...
View Article[Ideas] Add several images at a time - Service Studio
Hello,I know this is already possible if we attach them to a extention.Althought it would be nice if we could select and add several images at a time on service studio. Adding folders to images on...
View Article[Ideas] Filter search results by location
It would be great if we could for instance look for a search term only within queries, or only within assigns or parameters.
View Article[Ideas] Delete your comments within an idea discussion
I don't know about you, but I've made a dumb comment or two and wanted to delete it but couldn't.
View Article[Ideas] Creating a database model from an excel file without manual actions
I like to create a model from an Excel file.I have for example the following Excel:Sheet1: (name: Order)IdName1Order12Order2Sheet2: (name: OrderLine)IdOrderIdName11art121art232art1When I import this...
View Article[Ideas] Add partner training docs/videos to Section in www.outsystems.com/learn
It would be nice if OutSystems would create a section in their Learn site to include a list of learn content (blogs, videos) created by non-OutSystems staff or OutSystems partners.See this post of a...
View Article[Ideas] [Advanced Queries] Wildcard expansion on Aliased entities
I'd like to suggest an extension to the Advanced Query parser which would enable expanding column names on aliased entities. Instead of writting:SELECT contactlist.*from {Contact} contactlist a...
View Article[Ideas] Add the possibility to mark a cookie as httpOnly through the default...
Hi,With the default SetCookie function it's possible to mark a cookie as secure but not as httpOnly.The cookies set by OutSystems itself are marked as httpOnly but my own cookies set with the SetCookie...
View Article[Ideas] Default Titles for Web Screens
When creating new web screens having the title automatically set to "<Application Name> : <Web Screen>" would guarantee that no page has an unset Title when developing new...
View Article[Ideas] Allow listrecords inside a Form-widget
To make great UX you often want a list of checkboxes for a filter or edit-form.it's pretty hard to do that with a form and listrecords.Would be great to be able to use listrecords inside a form.
View Article[Ideas] On Solution Publish show the time elapsed in Service Center
In Service Center, would be cool take the time elapsed on a publish, maybe it could be useful to know for another publish in another enviroment like Production and estimate some stoping time, for example.
View Article[Ideas] Have the possibility to copy a (referenced) structure and paste it as...
Hello,Just a small thing where sometimes when you'll create an action you'll need an input/output/local variable that is based on a structure. Instead of making a new variable and fill in the right...
View Article