This has been requested again and again by users
[Ideas] Allow user to easily control the linecount of a table
[Ideas] Ability to remove If widget, the same way one removes Container with right-click
Sometimes there is a lot of content within 1 of the if widget conditions which we want to pull to another place of the page.
[Ideas] Output parameters with no value assigned.
Trigger a warning when there are output parameters that have no value assigned in a espace action.
[Ideas] Dynamic tooltips
It would be nice if you could use dynamic data (variables) in the texts that appear as tooltips. If this was the case you could show the user context-depended information.
I know you can solve this with the balloon pattern but then you need to do a couple of things whereas filling a tooltip is just filling in a text.
[Ideas] No widgets or example captions in translation window
When I'm translating the application I see a lot of captions of the IF Widget for instance. I think these shouldn't appear since they will not be shown to the user.
The same thins applies to expressions' examples
[Ideas] Support for BIGINT datatype (SQL Server)
Support for BIGINT datatype (SQL Server)
[Ideas] Intelliwarp editable grid (recordtable)
I know there is an inline edit widget in the forum, but I would like an intelliwarp editable grid standard built in in AgilePlatform, with images for save, delete, edit in the left column. Proper edit widgets acoording to the type of te field (input, combobox, textarea, etc). Would make apps great and development much easier.
[Ideas] Auto-close square brackets in advanced queries
When translating a given piece of SQL code to an advanced query, the platform helps by auto-closing the braces around the entities. It would be nice if it also auto-closed the square brackets around the entitie's attributes.
[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 query a record list already available? even if it consists only of structures
this would seriously increase performance and reduce complexity.
specially since you dont need those loops with an IF anymore, that simply skip all records untill youve reached the one you want.
thanks for liking!
[Ideas] Allow filtering on espace status in Service Center
Often, I want to get a list of all espaces with broken and/or missing references.
It would be a nice feature to have a combobox on top of the espace and extension list which allows to filter based on status
- all
- all ok
- missing references
- broken references
- missing & broken references
[Ideas] Different icons for Integration Studio and Service Studio
When I have both opened, I find myself trying to guess wich icon is that I want to click in.
I can change it by myself, but maybe someone @ OutSystems could make some cool incons for them ;)
[Ideas] Refresh outdated consumers
Hi,
Here it goes: after publishing an espace on Service Studio, if a consumer espace gets outdated be able to right-click on the message and request an update of the refered espace.
Regards.
Pedro Ávila
[Ideas] Font Awesome 4.1.0
Outsystems Platform 8.0.1 uses Font Awesome 4.0.2 for the Richwidgets Icon Widget.
Font Awesome 4.1.0 was recently released and include 71 new icons:
http://fortawesome.github.io/Font-Awesome/whats-new/
Some of them, like the new file format icons are really useful.
Like jQuery, this type of scripts\fonts\etc, need more frequent updates..
[Ideas] Assign widget with Delete Option
It would be tremendously more eficient for us, if there we can delete the variable and the assign value with one single button. Instead delete 1st the variable and the the value.
If you need to delete 5 variable and the corresponding values instead of:
click variable
select all
delete
click value
select all
delete
repeat more 4 times the set of action mention.
with the button should be like delete 5 times and done, we dont need to do 30 actions to delete 5 variables.
thank you
[Ideas] Improve flow edition, cut/paste elements
Hello.
Sometimes we need to cut and paste some elements in a flow to change their position in the flow.
It would be nice if we could:
1) select the elements (one or more),
2) cut them,
3) select the connection / arrow in the flow where we want to paste them,
4) paste the elements and they would be inserted in the connection / arrow that was previously selected.
Hope I made myself clear.
It's not an essential feature but I think it would be nice.
[Ideas] Add Comments in expression editor
I suggest the possiblity of add comments in expression editor
[Ideas] Some video tutorials explaining how include JavaScript/jQuery in OS applications
The training videos for newbies that exist are excellent! I learned a lot with them! I wonder why not include some videos for intermediate level, explaining how to use JavaScript and jQuery in our applications. It would excellent for people who don't have experience on how to integrate other program languages in this platform.
[Ideas] OutSystems Now Code Generator
A OutSystems Now App generator, that performce all the necessary steps to build a customized Now-app (like the London theme generator).
Perform the following steps
- Changie the application name (and create package id)
- Change Colors of some elements
- Upload the application logo/icon and splash screens
- Enter Host address, and set fixed host address in code
Download customized Android and iOS code.
[Ideas] Aggregate: show "Add Source" link on empty aggregates
When I add an Aggregate, the first entity must be dragged and dropped to the widget from the entities panel.
But, after adding one entity the widget shows a "Add Source" link in the sources tab.
For me, the Add Source is the fastest and more productive way to add a source. It's the same process we were used to with the simple queries.
My request is only to have the 2 possibilities with empty Agrregates: drag & drop OR add source
[Ideas] Client-side actions and widgets
With the platform's Ajax capabilities, it is possible to fairly fluently react to user interaction with a page, but there's always a slight lag for calling back to the server. In many cases, it wouldn't be needed at all to do a server call back, for example in case of OnChanges that calculate something based on the value modifed. Only when performing database access it would be truely needed to go back to the server. Therefore I propose client-side actions. Those are just like normal actions / screen actions, with some restructions like no database access, that are not compiled to Java or .NET, but to JavaScript/jQuery. Having such actions would greatly increase the speed of interaction.
Additonally, when the platform has a compile-to-JavaScript, we could create client-side widgets that directly interact with the screen, comparable to the many widgets that basically consist of a lot of JavaScript/jQuery that can be found in RichWidgets and the Forge. This would greatly ease the development of such widgets, and wouldn't need specific JavaScript knowledge.