[Ideas] Search for extension name in Integration Studio
When I'm downloading a extension from a server, would useful search by name like happens in Service Studio.
View Article[Ideas] Cache should account for RequestURI
Currently Web Screen cache only factors in request parameters. If you have several domain names that point towards the same web screen the cache will serve always the same web screen, irrespectively...
View Article[Ideas] Be able to use a thousand seperator in an edit record
Some built in ways to show numbers with thousand seperators would be good! Cheers, Tom
View Article[Ideas] Keep input parameters values when using RefreshQuery
Most times we want to use the same input parameters in the RefreshQuery as we use in preparation. Even if we don´t it's easier to change them instead of filling them from scratch.
View Article[Ideas] Auto set Assign's Label when dragging record variable
When you drag a variable of type "record", the assign is correctly populated with the fields in the record.It should also auto set the label of the Assign to the name of the variable, for clarity.
View Article[Ideas] "AssignTo" parameter in queries and actions
In this parameter you would indicate the variable that would receive the result of the operation thus saving you from the "assign" action that almost always follows.
View Article[Ideas] London Theme LESS source
What if the London Theme was available as a LESS source file? Then developers could quickly define the colors and fonts with the variables at the top of the source file and compile it to CSS.
View Article[Ideas] rearrangement of fields in the screens
Allow for the rearrangements of fields by dradding and dropping and increase the number of cells to three, allow to drag and drop containers (also rounded ones) and label them where one can group...
View Article[Ideas] Be notified when there's a new entry in the What's New page
OutSystems created a what's new page to keep everybody aware of what is being released. That's great! But there's no way to be notified every time there is a new entry :( In my case, since I want to be...
View Article[Ideas] [AMT] Issues priority changes logging
The changes done to the issues priorities should be logged in the issue's comments like the changes made to the user responsible are logged.
View Article[Ideas] [AMP] Add followers to the issues
How are we supposed to know when an issue we created was solved? Must we keep pooling the issues list to see what has changed? There should be followers and email notifications regarding their evolution.
View Article[Ideas] Icon Widget - IconName with autocomplete
The IconName of the new Icon Widget (RichWidgets) in v8.0.1 must be selected from a list of hundreds of options. It would be easier\faster if the list had an autocomplete search.
View Article[Ideas] Add new tabs to Service Center
It would be nice if one could add new tabs to the Service Center menu that would link to specific eSpaces that are also used to manage the OutSystems Platform (e.g.: FactoryConfiguration)
View Article[Ideas] Include eSpace Layer in "Find Usages" Results
It would be helpful if, in a find usages result table, one could have a column identifying the espace layer where the row belongs, that would complement the location value. For example, if we have an...
View Article[Ideas] New Request ID Column in Logs
Add a new column to log tables (visible and searchable in Service Center) for the Request ID so we can easily associate General/Screen/Error/... Logs to a specific request.
View Article[Ideas] Data Dictionary
It would be nice to have a master data dictionary where fields could be defined once and then used as needed within Entity definitions. For example, Account# with a type of string, could be defined in...
View Article[Ideas] Auto Scroll tick option in log when publishing in Service Center and...
A tick option would be usefull in the log when publishing a solution in Service Center as well as in the Monitoring logs.
View Article[Ideas] Input Widged - Max Length dynamic
Allow the property "Max Length" of input widget accept variable valuesExample:Input Properties:Max. Length: If( MyQuery.Record.Templates.TipoContactoId = Entities.TipoContacto.SMS,160,1000)
View Article[Ideas] Make the timer's API (wake) referenceable from other eSpaces
Make the timer's API (wake function) referenceable from other eSpaces
View Article