[Ideas] application unit consumption on forge items
[Ideas] Personal environment wake up automatically on login
When personal environment is sleep it should be automatically wake up when i user logged in.
Or the environment wake up page should be open in the application itself. User don't need to go to the browser for waking it up.
[Ideas] "Find and replace" in advanced SQL
Have encountered multiple scenarios recently where basic "Find and replace" in the advanced SQL editor would be really useful.
[Ideas] Forge plugins should have proper instructions to use that plugin
Every plugin should have basic steps to use plugin.
Like GIT website
[Ideas] Ability to call Screen Actions from JavaScript.
It would be nice if there was a native way to call screen actions from JavaScript.
Currently the best way to do this is to create a hidden button with the intended action and then clicking it from the JavaScript.
I was thinking this could be achieved by creating a JavaScript function call attribute of the screen action. Similar to how Widgets have a .Id attribute, actions could have something like a .JSFunction attribute that could be included in JavaScript that would then start the screen action.
[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 data type of each variable.
[Ideas] Download widget for Mobile Application
Hi Team,
As we have download widget in web application same to be needed for mobile applications to download files.
We need to write custom code for download any file.
[Ideas] Subfolders for images
For projects with a lot of images, it would be nice if you could add subfolders to the image folder to organise them.
[Ideas] Mobile Native Select (Dropdown)
On the Mobile development front-end modules there should be the option to use the Phone default select, instead of the one currently available when the dropdown mobile is dragged, to give a more native feel to the apps.
[Ideas] "Excel Style" Column Filtering
It would be great if similarilly we have a Column filter widget. When we click on it, a popup editor is shown where we have all distinct values on the column that we can choose which one (or more than one) we can filter by!
Some thing like in excel.
[Ideas] Hide parameters in URL
Make it possible to send input parameters to a web screen without making them visible in the browser URL.
[Ideas] Counter Softwares Units by User
[Ideas] Lifetime: Warn/Stop deployment with cyclic references
Since deployments with cyclic references can go badly, Lifetime should have a "STOP! ARE YOU SURE YOU WANT TO DO THIS REALLY STUPID THING?!?!" message when you try to deploy code with cyclic references.
J.Ja
[Ideas] Filter EPA Taskbox by Application
Right now we can select the applications that utilize the EPA Taskbox. However, when we have multiple applications using the taskbox, the users see tasks for all applications that have it enabled.
It would be better if the taskbox could be filtered so users logged in to Application A only see tasks for that application, then if they switch to Application B they see the tasks for that application instead. Right now the users see tasks for all applications regardless of the application they are using and this is causing confusion.
[Ideas] USing C# code
Create a drill down option on actions to open a code editor and allow custom code maybe in c# to be added to have full control of what the action is capable of. Similar to what is done on integration studio but in service studio as well for customizing actions that you have no created and maybe consumed from another application as a dependency
[Ideas] Customization of the taskbox
[Ideas] Record To Excel Attribute/Column Selection
Row selection by a conditional statement.
[Ideas] Audit Entity Changes (both for the master entity and for detail entities)
[Ideas] Identify the line in a query
Hello,
The idea I have is to identify the line of the advance query when writing and then, when doing "test query" in case it has some error, show in the message the line in question.
[Ideas] JSON datatype in Outsystems
It would be great if outsystems can support storage of JSON datatype in the attributes of an entity, since now, MSSQL, Oracle and MySQL all support this already.