[Ideas] Changing Client-Side Validation Messages
There is currently no way to change the error messages that users see specifically for client side validation only. For example, say we have a button. On the button click we allow the validation to be...
View Article[Ideas] When editing table headers, Click Tab to move to next header
In the screen shot below, I've selected the Stop header and typed in Stop, when I hit TAB, the editor screen should select the header of the Results column and if I start typing, start changing the...
View Article[Ideas] Native support for PostgreSQL and MySQL
It would be good to have native support for PostgreSQL and MySQL
View Article[Ideas] Bind input widget to button to activate action when pressing enter
Right now only one button can be set to default, meaning it will be activated when pressing 'enter'. I've encountered to have multiple buttons on the same screen for which I would like to see this kind...
View Article[Ideas] True and False in Expression Editor
A no-brainer: having the possibillity in the Expression Editor to click on a true or false button to have the text.Just like you have now with the null identifiers.Yes, its lazy but that's the common...
View Article[Ideas] Generate a structure from an entity
Option to create a structure with the same attributes as a selected entity. Clone the entity as a structure.
View Article[Ideas] Add built-in GUID function
Add Built-in GUID function for GUID generation into Agile Platform, without needing to add an extension to auto generate GUID.
View Article[Ideas] [Table Records] - Conditional Row / Column highlight
It would be very nice if we could highlight the background of a row and column conditionally. This as an indicator for e.g. Unpaid invoice (overdue) or to indicate a value is below a certain treshold. Eg:
View Article[Ideas] ListAppendList builtin feature (Append a list to a list)
Hi, I would like to see an built-in implementation of appending a list to a list. Too many times I have to create a for-each loop to append all records from 1 list to another, while a simple action...
View Article[Ideas] Forge Solutions Dependencies and Improvements
In the Forge, when sharing a module or extension, it is possible to have dependencies displayed and automatically managed by ServiceStudio when installing. Â When sharing a solution, this is not...
View Article[Ideas] TableRecords Footer
Just like Header in TableRecords, would be very userful if were possible to add a Footer (tfoot tag) in TableRecords. Some times it's needed to add a SUM at the end, today we need to get TableRecords...
View Article[Ideas] Ability to define if AJAX calls carry viewstate
Sometimes when pages have a lot of controls, the size of the HTTP AJAX requests can get quite huge, due to the viewstate being carried. Sometimes the viewstate is not required, so it would be great if...
View Article[Ideas] LifeTime perfomance: Show the performance of webservice calls in the...
Hi,In the analytics module of lifetime I can only see the performance from screen calls. It would be nice if webservice calls (SOAP and REST) would also be added here.We have a lot of services that are...
View Article[Ideas] Using a list in an advanced query
So I want to be able to do something like this:SELECT * FROM myTableWHERE someId IN (@MyList)However currently I have to resort using a comma seperated string and use an expand inline.Which in turn...
View Article[Ideas] Comment out logic / Disable tools in action flow
Sometime you work on a certain part and are not able to finish certain parts, or want to skip certain parts, like complex queries.Then it would be great to disable or, comment out certain tools in the...
View Article[Ideas] [AMP] Send email when an issue is assigned
AMP should send an email to the assignee when he is assigned a task from the issues.
View Article[Ideas] Deployment Zones on cloud
Hey all,Scaling on the cloud is very easy, however there's not an option to setup zones for the cloud..... especially when you have a busy customer facing website you can end up with several thousands...
View Article[Ideas] Motivate developers to create new libs, update and keep them updated.
ContextI have little experience with Outsystems, but I am completely delighted with the tool. Forge is a particularly good repository of plugins and libraries.As I am a programmer, I am adapted to find...
View Article[Ideas] Multivalue Database - RocketSoftware
I am using D3, which one of the Multivalued database that is supported by RocketSoftware. There is a tool called MVTools that allows for calls to the database and returns a json file. This database...
View Article[Ideas] IN clause in Aggregates
Hi,I've run into this a few times.I would like to have the ability to do a simple query with an IN clause, without having to rely on advanced queries.It should accept a list of <myTable>...
View Article