Sometimes i need to select a lot of widgets or patterns and put them on different containers. To do that i need to do by hand, for each element.
[Ideas] Bulk components to different containers
[Ideas] Ability to Copy/Paste parameters for (and from) JS Nodes
Just like we are able to copy and paste (and "Paste as", which is very cool) with Variables and Parameters on screens, webblocks and actions, we are missing that feature in JS Nodes
[Ideas] Scroll textfield up when keyboard popsup
Android- Adjust screen when keyboard pops up instead of manually scroll the page when keyboard is visible (I need the page automatic Scroll up when the user click on the input widget text field when keyboard pop up)
[Ideas] Renaming an entity attribute with keep data "option" or "auto" migrate action
When you rename an attribute of an entity, a new column is created in database.
This is good for reverting to older espaces versions without breaking stuff but cumbersome in application maintenance (new attribute, migrate data, remove old attribute next release). I would like to have more control/choices like:
- Option to "flag" an old attribute as obsolete as a reminder
- Auto generate a server action for data migration
- See the old/original attribute name in properties
- Have a functional and technical name for an attribute (same as entities).
[Ideas] Authentication with the Portuguese Citizen Card (AMA)
Hi Team,
There are more and more applications with authentication through the Portuguese citizen's card (authentication.gov / Cartão de cidadão) and it was interesting to develop a component for authentication with the Portuguese Citizen Card (through AMA).
Has anyone developed this for Outsystems yet?
[Ideas] Add the possibility of removing a module from the Recent Modules
Often developers open modules to check something out but aren't really interested in using that module again. Currently those modules will only go away when the developer has opened 5 modules afterwards.
Having some actionable element on a Recent Module to remove it from the list would be quite useful (a simple square "cross" button would be enough and would not be confused with deleting the module)
[Ideas] Create API call for Publish All Consumers of Module
We need to do this before Deploying our application to the next environment.
[Ideas] Publish and stage solutions between service centers
When you want to place a solution from the development to the production environment then you need first to save it from the development serve to a local disk, login to the production server and execute there an upload and publish action.
I think it would be nice if the 2 (or more) service centra just can "see" eachother and move solutions from one to another. Discarding the need for local savings.
[Ideas] Drag of an output var of a function to the content screen creates the assign
When we drag the output of a function it may create an assign in the content screen with variable 1 filled with the Output Var.
[Ideas] Expression Editor - Show breadcrumbs allong the Header
Instead of just displaying "Expression Value" etc allong the top
Why not add the breadcrumbs, like on the top right, but explicitly for the expression
+ Prevent confusions, having an expression open from a different assign/screen/widget
+ Increase effectivity, not having to make sure your editing the right expression
+ More transparency in complex environments
- someone needs to implement it ^^
An example could be the following:
[Expression Value 1] < [Assign Name] < [WebBlock Name] < [WebFlow Name] < [eSpace Name]
Inputs are always welcome!
[Ideas] More Flexibility in Edit Record
I think that it could be more flexible, too
For example, there are only 2 columns and sometimes we have got a lot of Edit Records to arrange on the screen.
[Ideas] Conditional Breakpoint
To be able to set conditional breakpoints instead of breaking everytime.
[Ideas] Gamification journey to assess experience for Professional and Expert certifications
For the Professional and Expert levels of certifications, why not add a gamification journey to assess the developers' experience?
Challenges, continuous growth, expertise levels, points, boards, sharing, recognition... we already have a lot of this on our community.
Let's make it even more relevant to the developers' career path and connected with the certification journey.
My 2 cents.
M
[Ideas] Cyphered site properties
[Ideas] Spell Check
J.Ja
[Ideas] SQL Widget to External Database
Make easy call to store procedure of variety DBMSes (MYSQL, ORacle, etc).
[Ideas] Highlight matching parentheses in Advanced Queries
As I said, back in 2017, that idea had just been half-implemented, so I think it would be very helpful if the SQL editor had matching parentheses highlighting as well.
[Ideas] Add abiliity to import an Access database as entities
Extend the ability to import database structures from Microsoft Access as entities. This would be simliar to what is being done with excel (create entities, create code to import this data). I also wonder if it would be possible to create data entry screens & reports and have Enterprise Manager look & feel applied (optional).
[Ideas] Before merging the idea check creation date
Hi
while merging the idea, if idea1 is older that idea2 then after merging idea1 should not be lost. That is idea2 should be merged with idea2.
e.g. Suppose user A has created idea on 19-May-2018 and user B has created idea on 20-May-2018.
when you go for the merging, check creation date time of ideas. So idea created on 20-May-2018 will be merged with idea created on 19-May-2018 and original user will still have that idea in his account and idea should be removed from second user's account.
Thanks and Regards,
Suraj Borade
[Ideas] Make Output Structures on SQL Queries not mandatory
It is frequent to use SQL Queries to perform operations like updates or deletes that do not require an output structure. For those cases we need to add a random structure as output to remove the error. My proposal is to make the output not mandatory.