Just been struggling with a problem, that I am certain could be easily fixed if I could access the gradle files. And that got me thinking ho wit wouldn't be the worst idea if I could access those files in OutSytems. Also, logs for successful app generation.
[Ideas] Gradle files
[Ideas] Static Entities should not be count Application Objects
Nowadays Static Entities count as AOs but in some cases this can exclude simple applications from the backlog of the company. Per example, recently we decide not to go with an site that it is only a simple form containing 2 screens and 1 table. Because this form uses 30 combo from 30 static entities. It is overrated spent 33 AOs to implements only a single form.
If is not possible to ignore static on AOs , but at least a different count to do it.
[Ideas] [ServiceStudio] Display outofdate warning in application list view.
[Ideas] [Translations] Automaticly translate structure labels in the screen when structure label is translated
I have a structure in an eSpace where I've set the labels of the attributes and have translated those labels.
When I now create a screen, use a tableRecord widget and drag the structure to that table record, the structure attributes are shown in the table record (header), but now I have to translate the labels in the table records again. When I use this structure mulple times I would need to create the translations also multiple times.
Would be good if the translations that are set on the structure labels would also be automaticly set on the tablerecord labels. On this way you only have to set the translations once instead of every screen where you would use this structure attributes.
Kind regards,
Evert
[Ideas] Allow wizzards customization
[Ideas] Public roadmap
Besides allowing for some ahead planning, and giving some perspective, it could be a useful tool when choosing between both versions.
[Ideas] Republish all eSpaces
Everytime that i upgrade my plataform server, i have to republish all eSpaces. A button with publish all, or when upgrade platform, ask if user wants to publish everything........
[Ideas] I need a Generic environment of older versions to allow the save (and possible upgrade) of older .oml files.
[Ideas] Automatically set "Is Active Attribute" of Entity (configuration) when an attribute named Is_Active or IsActive is created.
So that's pretty much what's on the title. If I create an attribute named Is_Active or IsActive (which will, by default, be a boolean value), set that as the "Is Active Attribute" property of the entity.
Maybe the same for the Order By - if we create an attribute named Order.
For Label, it doesn't seem very straightforward so I'll keep that out :)
[Ideas] One time log in
[Ideas] Format JSON in REST Method editor
Function to pretty format and validate the JSON in the editor.
[Ideas] Property or Setting for Anonymous Role set by default
It would be great if there was a property at eSpace level where we could say that the eSpace is 'public' or something else, and then, everytime we create a new web screen the 'Anonymous Role" would be checked.
This would save us some time in development and bug solving, because for each public screen without anonymous acess we get an access denied error (if we forget to set the anonymous role).
[Ideas] When selecting an action, put focus in the "Search Actions" area
J.Ja
[Ideas] [Service Studio] Display a warning if an User Exception is not in use
It would be nice if Service Studio could display a warning if an User Exception is not in use.
[Ideas] Check-in comments
It would be extremely helpful to be able to add comments on the 1 Click Publish process.
This would be even more flexible if one could drill down these comments by changed object (webscreen, webblock, action, webreference action, etc)
[Ideas] ListDistinct
P10 introduced new operations over lists: ListAll, ListAny, ListFilter, ListIndexOf and ListSort.
But, it's still missing a very usefull operation: ListDistinct
We are still using SortRecordList extension just because of this functionality. It would be nice if it could be added to the system module.
[Ideas] Allow us to access an eSpace id variable
[Ideas] Mobile DateTime Timezone Conversion
Currently, whenever you sync Datetime values between local and server entities, a timezone conversion will be implicitly applied without any prompt on your part.
This behavior doesn't make a lot of sense in every use-case, especially when you're dealing with historical data.
There should be a way to select if timezone conversions should be applied to the Datetimes you're synchronizing.
[Ideas] SOAP / methods: only count used methods as an AO
In this forum entry I described my problem with a SOAP webservice: https://www.outsystems.com/forums/discussion/21378/integration-soap-api-number-of-application-objects/
This webservice results in over 100 methods of which I only use 3. It's an external WSDL my app consumes, maintained by our CRM application provider. OutSystems counts ALL methods as an AO, thus resulting in a 'very expensive' integration.
Wouldn't it be more fair if OutSystems only counts the used methods generated out of the consumed WSDL? I guess Service Center should be able to determine the number of methods used, because also Service Studio can tell if and where a method is used.
[Ideas] [Assign Widget] Have the respective Null*() option in the possible values list in the Value field
When using the Assign Widget,after filling the Variable field, in the Value field is displayed a list of several possible input/local/output variables, aggregate return field/records, session variables, etc. of the same type of the filled Variable field.
My Idea is to include also the respective NullIdentifier()/NullTextIdentifier()/NullDate()/etc. option in this suggestion list.