[Ideas] Choose which columns aggregates returns
Would be nice to be able to choose which columns an agreggate returns instead of "Select *"
View Article[Ideas] Service Studio built with standard web technologies
Given that 9.0.1.16 had some of its WPF replaced with HTML5/Angular, I think it would be awesome if the entire Service Studio UI was built with such standard web technologies! This would allow for...
View Article[Ideas] Expand / collapse in Service Center
Sometimes you get across a large eSpace with lots of different entities, interfaces and other elements. After working for a hour, most of the elements are expanded to view the content. But if you start...
View Article[Ideas] When dragging a Get{Entity}ForUpdate action, automatically create...
I cannot think of any other use of a Get{Entity}ForUpdate, other than assigning to some attributes and then updating the entity. That requires, at least, three nodes.My proposal is, when you drag a...
View Article[Ideas] "Encrypt Data" property on an entity attribute
On SS be able to set a property of "Data Encrypted" on an entity attribute
View Article[Ideas] Allow screen actions custom order
It would be nice to have possibility to arrange screen actions not only alphabetically but in custom order same way we can arrange variables.
View Article[Ideas] Warn wih unique indexes on non-mandatory Attributes
True Change should warn you if non-mandatory Attributes have a unique index on them, since empty/null counts towards uniquenessJ.Ja
View Article[Ideas] Add Compact Display for Actions
Add an option for compact display of actions. Sometimes actions start getting more complex and it is difficult to see what it is doing in one shot. Maybe something like Scratch (scratch.mit.edu)
View Article[Ideas] Add support for the SQL Spatial data type
When working with GIS information spatial data must be stored in the sql server spatial data type. Unfortunatly there is no native support to map this data type to an OutSystems data type.
View Article[Ideas] Simple query boolean expressions: allow checking without true/false
Normal expressions allow booleans to be evaluated without comparison, and the not operator, e.g.:if(not myBool, "hello", "hi")In simple query expressions however, we need to explicitly check against...
View Article[Ideas] Set Modules as "Do not Deploy to QA/PRD"
When we deploy an Application from DEV to QA , it would be nice to be able to "say" that one or several of the modules are never to be deployed to QA/PRD.Sometimes we have some modules just for testing...
View Article[Ideas] Library of Emails (Samples)
Sample emails out of the box... maybe a forge component in the making here. A library of email templates for E-commerce, website, user application etc, there are various in several exercises I have...
View Article[Ideas] Set attribute name when 'Group by Id' to EntityNameId
When performing a group by Id in an aggregate, I always end up setting the name of the new attribute to <EntityName>Id. This is to make sure I know for example what type of Identifier I am...
View Article[Ideas] Distinct parameter in simple queries
Simple queries should have an optional parameter to return distinct results only.
View Article[Ideas] Auto suggest: List.CurrentRowNumber for "RowNumber" parameter
Use case: Screen Action has an input paramter of "Row Number". The drop down with suggested variables should suggest the ListRecordsWidget.CurrentRowNumber (or TableRecordsWidget.CurrentRowNumber) as a...
View Article[Ideas] Auto Advanced Delete User option
Dear Mates, Since Deleting a user from the OutSystems database (User Management) has many relations, so what if OutSystems arrange to delete all the relation in the delete user Action Cheers,...
View Article[Ideas] Provide the capability to use UI Themes
As a Developer I would like and it would be great to have the ability to select from a list of UI themes, including menus,table grids,etc when creating my App from the newly built in style guide...
View Article[Ideas] Bundling and Minifying the JavaScript & CSS files
Like that: http://weblogs.asp.net/scottgu/new-bundling-and-minification-support-asp-net-4-5-series
View Article[Ideas] Be able to search ideas
Be able to search ideas so you can check for duplicates. This would be a free text field.
View Article[Ideas] Entity diagram auto-arrange
It would be really nice to have an auto-arrange feature in the entity diagrams. For exporting a diagram to an image to serve as documentation, it is really hard to align things when we have many...
View Article