[Ideas] Improved excel handling for imports/exports
A more flexible excel import/export functionality would be great. I created a wrapper around a commercial (demo) excel library, but I think it would be very useful if this was included in the...
View Article[Ideas] Prefer application types when auto-typing variables
Example: I have an Entity called "Order". I created a variable called "Order". The system would normally type that as "Integer" because of the name, but because I have an Entity called "Order" it...
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] Warn if the app servers have different times than the DB
If there is a significant time skew between the app servers and the DB it can cause problems, especially around timers. There should be all sorts of warnings (event log, Service Center, Lifetime) if an...
View Article[Ideas] About DateFormat property on RichWidgets\Input_Calendar
When we edit an Entity which has one or more Date or DateTime attributes , RichWidgets\Input_Calendar is placed near by the Input Widget. The format of this Input Widget equals to 'Date format'...
View Article[Ideas] Migrating espaces together with their data
On the moment I am busy to migrate espaces from a 4.2 server to a 5.0 server environment. The espaces themselve are no problem: they are easily migrated. However, the espaces are running in a...
View Article[Ideas] Add feature to "REBOOT" server via ServiceCenter
Add reboot function to windows service, so that we couuld reboot a server via ServiceCenter control panel.
View Article[Ideas] Publish and Subscribe
Build in a "Publish and Subscribe" functionality into the OutSystems platform.
View Article[Ideas] Integrate Integration Studio with source control
Integration Studio uploads cs files to the platform, but if it either integrated with source control or if there were APIs to download the project then we could automated unit testing into our build...
View Article[Ideas] Visible property applied to table data cells, rows and columns
It is common to want to hide rows of a showrecord depending on some conditions. It is also common to want hide some table columns, based on some criteria.
View Article[Ideas] New screens created without any role by default
It's always better to have to check who we want to give permission to instead of having to checkout who we don't have to have permission.Plus being an error prone task, it lowers the impact an eventual...
View Article[Ideas] Multithreading on actionflow-level
Sometimes you need to wait on external resources, before the action flow can continue. This can take some time. Creating a new thread to call such a resource (while having the original thread continue...
View Article[Forums] Screenshot Logout flow broken
Thanks for the clarification and the details.Indeed the screenshot was pointing to the wrong location. We have fixed it and you should be able to see it correctly. Otherwise, let us know.Thanks for the...
View Article[Forums] Downloading Excel File
Hi Ronan T,Yes this is the default behavior. But you can do one thing in the download action that is click on a hidden button with javascript. This will start the download and also run your search...
View Article[Forums] PDF Header Not found
Hi Paulo,Please find attached working OML.Please let me know if it solves your problem.Regards,-PJ-
View Article[Forums] PDF Header Not found
Hi Paulo,I saw your oml , the problem is you are sending key contents in both the parameters . You need to send key binary in one and pdf binary in other .In PDFBytes you need to send the pdf binaries....
View Article[Forums] Error while generating build Android
Hey Guys,I'm having the same error as assif_tiger was having the other day:"the following errors have occurred:• In Android on 2019-06-24 at 13:26:23 - Error installing Cordova plugin:...
View Article[Ideas] Adding new forge component as a team
Hi there,Today I uploaded a new component as a Team and I noticed that the field to add the Team doesn't autocomplete / search in our community members.Would be nice to have an easy way to search in...
View Article[Ideas] Have sorting widget integrated with True Change engine
Currently, when fields are modified or re-ordered we get no error or warning and even runtime errors.
View Article