[Ideas] Turn off automatic data preview in aggregates
My idea is to keeping the existing behavior but with the possibility to turn off automatic fetching data.Suggestion: Button like Test button (advanced queries) inside the aggregator to be able to...
View Article[Ideas] Recent Modules visible when opening a new module
2 aspects that could be added to Service Studio1 - the recent modules list should be visible at all times2 - whenever you click on a module in the recent modules list, it should open that module and...
View Article[Ideas] Provide outsystems technical documentation as a viewable HTML page...
Most of outsystems technical documentation are released as a PDF file.It would be better if we could view the document simple as an html page, instead of having to download the file then open it up in...
View Article[Ideas] Query RecordLists
the possibility to query a record list (ie. local/input variable) would rock!instead of querying/manipulating one/multiple entities multiple times, untill you have all relevant data together.why not...
View Article[Ideas] Num * to recursively expand nodes
I know that you can Ctrl+Click on a node in the tree to recursively expand the contents.Currently, OutSystems supports Num + and Num - to expand and collapse the nodes, which is just the same as the...
View Article[Ideas] Number (decimal) Keyboard
A plugin to decide which keyboard to show when an input is selected.Most importantly the number keyboard with a decimal point.
View Article[Ideas] Built-in - Format Input Currency Field
It should be possible to define on the EditRecord Inputs for Currency variables which caracter to use for the group and decimal separator, currency symbol (position left/right) and  the number of...
View Article[Ideas] Handle publish all consumers failure more gracefully
When in Service Center you publish allconsumers for an Espace, and the publication fails, it can leave a mesh ofmodules that are in error state and not have their last published versioncorrectly. If...
View Article[Ideas] Convert N variables to a structure
When we create a screen or action some time we create a lot of local variables. It would be cool if we could select all these variables and with right click create a structure with them keeping the...
View Article[Ideas] Make "Group Id" a property of an Activity
Right now, to use a "Group" with an "Activity" you need to call an Action (ActivitySetGroup). I've known for ages that groups + activities could work together but only vaguely and had no idea how to...
View Article[Ideas] Detect possible infinite loops in action flows and force the...
As you all know infinite loops are great ways to slow down or even cause a non-responsive server. Service Studio would detect circular flows (not with For Each) and force the user to define the max...
View Article[Ideas] Allow to force the application users logout
Due to maintenance proposes, it would be nice to force the application users logout.It would be nice to have available one option to clear all the application user sessions and force the users to login.
View Article[Ideas] Espace export ... to image (to code ...)
You can export any screen action into a image, or language resource file (excel / .net) file. What I miss is the option to export any action with the code that is part of the action. In my daily work,...
View Article[Ideas] Synchronize Service Studio recent modules, break points etc. between...
Hi,This week I worked on three different PC / laptops and I have noticed the recent modules list, break points etc. is not synchronized between the different PC's.This info is stored local on the PC.It...
View Article[Ideas] Copy and Paste Data into Grid
I would like to be able to copy data from web page or Excel sheet and paste into data grid.the use case is batch data entry.Example: https://www.ag-grid.com/javascript-grid-clipboard/@charset...
View Article[Ideas] Conditional Breakpoint
To be able to set conditional breakpoints instead of breaking everytime.
View Article[Ideas] Progressive Web Apps
Moving forward would there be any plans to support rollout of web applications in the form of Progressive Web Apps...
View Article[Ideas] Jump to the top of a webpage when showing a Feedback message if...
Currently if you are scrolled right down a long webpage and a Feedback message is displayed, the user has no way of knowing this because the message can only be seen when the page is scrolled up to the...
View Article[Ideas] More runtime information on timers
Hey all,When running a heavy timer which frequently hits timeout, it would be nice to have some more control in when the timer was actually started.LastRun is only updated after the timer has run (but...
View Article[Ideas] send structures as parameters in notify widget
Use of complex structures (registers or structures) can help the behaviour of other screens and blocks. For instance, a block where I have a Save & New button can send some text and boolean fields...
View Article