[Ideas] [FORGE] Make it possible to upload a new version to OS10 after the...
If you try to add a new version of your component to version O10 after you have created the component with version O11, forge will not allow you to add it as there is no way to make the base code the...
View Article[Ideas] Remove Unused Dependencies by Application
The option to remove unused dependencies by eSpace is realy great! But I think it can be implemented to Applications at all. It wold be nice to have an option in ServiceCenter to remove all unused...
View Article[Ideas] Support for Temporal Table
SQL Server from 2017 version introduces the Temporal Table. It is a log mechanism handled by the Database itself. It's possible to go back in time and have audit records in a specific date. With this...
View Article[Ideas] More index options
We need fine-grained control over indexes. There are things like "fill factor" which we can set through SQL Management Studio, but we cannot set through Service Studio. This is a problem for 3 reasons:...
View Article[Ideas] Organize environment applications in Service Studio
Add tools to allow the enhanced organization of application icons in the user's environment in Service Studio. Filter, Sort, View mode (List, thumbnails, ..), ...
View Article[Ideas] Advanced Query Editor - position of cursor
Place cursor after the inserted entity/attribute. When dragging an entity attribute into the advanced query editor, the cursor is placed before the just inserted attribute. Place the cursor after the...
View Article[Ideas] Developers Day
After participating in one more NextStep, I feel that something its missing.In my opinion the developers community would love to have a day dedicated to themselfs, full of hands on sessions, deep dives...
View Article[Ideas] Add a "previous lesson" button
Hi guys,as I am just a beginner in Outsystems, I always have to go back and forth for the video tutorials. I think adding a "previous lesson" button on the left under every video screen could be...
View Article[Ideas] Email Notification during forge component version update.
Hi Team,I think it's good to have an email notification functionality during forge component update.I.e. all the people who have downloaded that forge component should get an email notification saying...
View Article[Ideas] Add batch processing, parallel processing/asynchronous processing...
We really need something like BPT, but designed for a few additional use cases: * Batch processing (potentially millions of instances, potentially long-term execution, etc.) * Parallel processing or a...
View Article[Ideas] Different icon for public actions
Having a different icon for public actions would make it easier to distinguish them from non public.
View Article[Ideas] [Silk Framework] Add an "on load" animated spinner widget
Animated Spinner widget is quite commonly used. It would be good if this spinner animation widget was built into outsystems Silk framework.Example https://jsfiddle.net/VpDUG/6538/
View Article[Ideas] [Service Studio] Change Preview Mode behaviour when using an external...
Currently, the preview mode in Service Studio loads the current solution stylesheet. If you have specified that you want to use a external stylesheet, under "External stylesheet" the preview mode will...
View Article[Ideas] Make screen action an input parameter type
When a web block has multiple elements which normally trigger a screen action, externally assigning a different screen action to these elements can be don't in a nice way. The elements themselves...
View Article[Ideas] Tag service studio "code" and Merge by User Story / Requirement
I would like to have the possibility to tag in Service Studio the beginning and end of the development of a requirement / user story (in different eSpaces), in order to easily understand which user...
View Article[Forums] Disable body scroll when opening popup
Hi Danilo, Which component you have used to make pop up full screen ? Have you used LayoutPopUp for Pop Up page ?Thanks and Regards,Rahul
View Article[Forums] Only Month and Year picker using Default OutSystems Date Picker
Hi All,I have been trying to use the original date picker and disable any day picker (ie. only show the month and year available on the current standard picker):I am able to change the format to only...
View Article[Forums] how to import a table with a foreign key via excel bootstrap
Jessica Marques wrote:Rahul Sahu wrote:Hi Jessica,I think you missed something , let me explan again.1.First in your entity remove foreign key and make it simple Integer data type column.2. in excel...
View Article[Forums] Can't to install
Anil Kumar Bingumalla wrote:Albertas Repecka wrote:Hi Guilherme,No changes. In service center I find only osp or oml files can be loaded. So for oap I found only one option service studio menu "open...
View Article[Forums] how to import a table with a foreign key via excel bootstrap
Hello Jessica,That error is ocurring because you have values associated to your GenreId attribute (in Work entity) that doesn't exist in the Genre entity.For example, imagine this scenario. You have...
View Article