This would be usefull for screens with multiple ajax refreshes but only some should require the image.
Ex.: A screen with a dropdown menu that shows using ajax refresh (Don't want to show an image with this)
It would be really useful to have a default function on static entities that would allow you to get an entity record based on the label property value. This would work similar to the current default function that returns an entity record based on the Id property.
Current workaround (see image below) is to use an aggregate to match a text value to the label property. If a value is found, we return the id, otherwise we raise a ValueNotFoundException.
It's only a small thing but (for me anyway) it would be nice if there was some kind of feedback when you hit F9 to show that the app has stopped debugging and running again. Currently there is nothing to signify this and you can't tell anything has happened.
Just like Outsystems .NET stack, the Java stack should also have "Automatic upgrade"
Why is this a must have feature? It is not ideal for Java developers to update one file at a time to deploy a solution.
Without this feature most of outsystems solution packages (including forge solutions) could not be publish without first manually updating one eSpace/extension at a time.
I would be nice to have SQL Query tool for the Service Studio.
Why:
Hi All,
It would be very usefull if there was a function to clear automatically a local variable who has an entity datatype. This could be an action or a setting of the variable itself.
Example:
entityName.variableA = "test" -> entityName.variableA = ""
entityName.variableB = "test" -> entityName.variableB = ""
Kind Regards,
Furkan Çetin
Hello,
I know this is already possible if we attach them to a extention.
Althought it would be nice if we could select and add several images at a time on service studio. Adding folders to images on service studio would also help on their organization/management.
Luis
The text editor seems to be very minimal at the moment (though I know there are certain options available if you know the tags for them....)
I would love to have the option to insert code snippet blocks incase I want to provide a bit of javascript or css. (maybe even expressions).
If I want to do so right now I would have to look up the code tag.
And this doesn't really satisfy me (using the <code></code> tags)
Instead this looks to be more to my liking (using the <pre></pre> tags)
I know these options are available to me if I enter code view and enter the tags there, but can't we just get a simple button to add these blocks instead? It will surely make people cleanup their posts easier.
Through refactorings it's easy to loose track of what is not being used anymore. It's also a good way to catch some problem.
It would be nice, to automatically create the assign and fill the respective variable, after drag and drop an variable to an action flow.
Example attached.