[Ideas] [ServiceStudio] Import external database/reverse database to entity...
In Service Studio 1) add the ability to import/reverse engineer a database to entity models. 2) add the ability to assign physical table names (i.e keep database naming conventions consistant) This way...
View Article[Ideas] Simplify extension logger interface
There is a method used to log message from extension, and here is how it looks: OutSystems.HubEdition.RuntimePlatform.Log.GeneralLog.Write(DateTime instant, string sessionId, int espaceId, int...
View Article[Ideas] Component to invoke (consume) remote EJB (Enterprise Java Beans)...
OutSystems runs on Java Enterprise servers (JEE), as WebLogic and JBoss, and a leading JEE features are EJB, so it would be natural to expect that there would be a native component in OutSystems...
View Article[Ideas] Parameter direction switch
SometimesI create aparameterasinput,when I want tocreateasinput,andviceversa.To fixI have to deletethe parameterandcreatea new one.Havea feature tochange the parameter direction,as IF "Swap...
View Article[Ideas] Default value for entity should give suggestions
Hi Greatsystems I just created an attribute for an entity called UpdatedOn and I want to set it to current date. I tried all sorts of searches but I couldn't find any example. Now, while wathcing...
View Article[Ideas] Support Downloading From The Forge Using Service Studio When Multiple...
Our OutSystems environment currently has two defined database catalogs. When downloading from the Forge using Service Center, I am prompted to select which database catalog I want the new component to...
View Article[Ideas] Warning on infinite loop
This is a stupid situation, but it happens sometimes. Say you have "if" block (in logic), which goes to one or several actions, and then should return to normal flow. But than you accidentally put the...
View Article[Ideas] Folders for entities and structures
In many situationsI have to workinespaceswithmany entities and structures.Have afeature toorganizeby folders, like actions, would be very helpful.
View Article[Ideas] Allow comments in JSON editor ( // or # )
Allow comments in JSON editor, since most samples contain descriptive comments.}
View Article[Ideas] Add Estimated SU or AO Consumption for Forge Components
It would be nice if we knew how many SUs or Objects a component would take up before downloading and having to publish to find out. Simple additon to the requirements list perhaps?
View Article[Ideas] [ServiceStudio] Add the ability to prompt the user to select a...
The bug has been reported here http://www.outsystems.com/forums/discussion/15258/bug-forge-component-installation-gets-stuck-when-using-database-catalog-feature/ When you install a forge component and...
View Article[Ideas] Infinite Loops. Add compilation warnings
Hello, You really should implement a process during compilation that detects and warns about infinit loops(ex: a function calling itself, a "bad" IF flow). A simple distraction can easily create an...
View Article[Ideas] Assign widget update
HI Guys I saw several sugegstions about deleting and moving the assignments. I think the main problem is that that widget doesn't have a top level handle. I suggest to change the widget slightly as...
View Article[Ideas] Node.js platform server
We have a .NET platform, and we have a Java platform. Node.js is reaching maturity and has exploded in popularity (to the point JS has surpassed Ruby in popularity on GitHub). What if Outsystems had...
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] [ServiceStudio] Add a code editor to "assign" widget to assign a...
When you have a structure with a large set of attributes or large set of input parameters to assign, double clicking and assigning one attribute at time is not the most efficent solution.
View Article[Ideas] Customizable Scaffolding
At our company we found the need for customizable scaffolding. While it is possible to have scaffolded screens automatically use a style we found it would be handy if we could customize the scaffolding...
View Article[Ideas] Fancy radio buttons for SilkUI.
It can be hard for users to click on the default radio buttons in mobile view. There exist a pattern called ButtonGroup in SilkUI which is pretty similar to what I am suggesting. The problem with that...
View Article[Ideas] Expose REST: Add the ability to define custom structure "name" output.
You might have an API method of different structure type that you want to expose under the same name.Example You have web service method X and web service method Y, they use structure AddressX and...
View Article[Ideas] Mandatory Validation with trim
Hi, By default, Outsystems supports mandatory validation, however if user just types space then validation is considered as passed. Can we do validation after trim. In case it is not feasible, please...
View Article