Good morning people,
I need an idea. In a web application, I need the user to upload a spreadsheet in excel and my application turns the table into excel for database.
What I thought: Create an upload button for the user to fetch your file, and create an action to convert to the database. What would be the best way to automate this action?
Open for suggestions.
Thank you very much in advance.
[Forums] Automate a button that converts an imported xls file through an upload button
[Forums] Feature request: ability to resize label
Ah yes of course! I was using it as an add-in component and I've been working with ones written in C# so I forgot that the code is not embedded and can be accessed and edited, thanks.
[Forums] deployment zone address
Hi. In version 11, how can I change the global deployment zone address after first configuration with checklist? On installation we had one address and now we need change this.
[Forums] Feature request: ability to resize label
Hi Sienna,
That is done via css, please check example in the demo ("Circle Approved"):
Best regards,
[Forums] Server Actions output parameter
Hi Olive,
First of all I would like to advise you to check the online training available here.
And second yes it's possible to list elements in a Table Record.
[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] References Track and organization for Deployment
The purpose of this functionality would be to have a tool capable of organizing the modules in a project by layers and dependencies in such a way that when the time comes to deploy we have a project organization to refresh each module and republish it depending on the consumers who are missing updated references.
This could be completed with a dependency report, similar to a tree, where each reference is represented, side by side or bottom to top, depending on the layer. Like a guide showing the order of each module to be republished.
The idea is to facilitate the work of deployment managers in very large projects, when the time comes to deploy from one environment to the next, too much time is wasted refreshing each dependency or consumer with outdated references.
[Ideas] OutsystemsUI new pattern - Timers
Hi,
It would be interesting to have a new pattern in OutsystemsUI for both Web and Mobile to implement timers in order to execute repeated actions without user interaction (https://www.w3schools.com/js/js_timing.asp).
Possible use cases would be to, program repeated actions that:
- Interact with plugins (location, bluetooth, health information...)
- Fetch/send information from/to APIs
There are plugins in the forge that implement this behaviour but would be nice to have this as a supported feature on Outsystems UI.
Thanks!
[Ideas] Color the IF connectors Green and Red
After yet another bug with swapping an IF... could the True connector be GREEN and False RED? Thought i already posted this idea years ago, but couldn't find it...
[Ideas] OutSystems certification exams details sheets
Hello,
Recently came across the exam details sheet of Tech Lead.
This was quite well written like how many questions, passing score, topics and an estimate of the number of questions in each category / topic.
Thank you for providing such clarity.
Can this format be extended to other certification exam sheets like Professional, Web, Mobile etc as well.
Believe this will create a uniform way of stating the certification process and also guide the candidates better on what areas to focus etc
Thanks in advance.
[Ideas] Mark a post as solution - If marked by original user, should not be overridden
Hi,
I knew that outsystems MVPs can mark the post as resolved but I want to suggest that if post is marked as resolved by original poster, others should not be able to change the status of that post.
Thanks and Regards,
Suraj Borade
[Ideas] Make it possible to post directly from the Community home page
J.Ja
[Ideas] USing C# code
Create a drill down option on actions to open a code editor and allow custom code maybe in c# to be added to have full control of what the action is capable of. Similar to what is done on integration studio but in service studio as well for customizing actions that you have no created and maybe consumed from another application as a dependency
[Ideas] Long URL in idea description spans outside idea box
When an idea contains a long URL in its description, the URL spans outside the box meant for its description. For an example see: https://www.outsystems.com/ideas/4742/outsystems-10-documentation-bug-input-parameters-on-human-activities
[Ideas] Local storage - Allow to create indexes
Currently Local storage only allows one index: the primary key auto generated by the database. If you need to store a larger amount of data you can start to have performance issues, because there's no way to create indexes to optimize the searches.
[Ideas] Search on App Feedback Configuration Page
In Infrastructures with many application the only way to search for an App is to click on "load more" many times until you get to the one you want.
Imagine this in a infrastructure with more than 200 Apps.
[Ideas] Agile Platform for Linux
[Ideas] a way to split/branch Content Security Policy configuration
Hi guys,
We're a large corp with different business units, using the same OutSystems platform.
Currently, we can only have 1 single Content Security Policy configuration per environment in OutSystems. This is extremely hard to maintain, as each change impacts all applications in the platform.
We would love to get the option to branch out CSP configuration (for example in different "profiles") so that we can choose which frontend application uses which of the CSP configuration branches.
Currently, we're forced to disable CSP, due to the lack of this functionality.
Additionally: the option to have CSP in "report only" mode would also be extremely useful. Currently it seems like it's either "blocking" or "off".
Regards,
Joris
[Ideas] [Service Studio] Tabs like Google Chrome
When there are many tabs to be displayed on a single window and the tabs can no longer fit onto a single screen, rather than opening another service studio application, have the tabs display like Google Chrome (vertical list).
[Ideas] Add the structure DateTimeOffset to OutSystems
I feel your pain!
It would be so cool and easier if the OutSystems Platform could support the DateTimeOffset structure so that we could store date and time value, together with an offset that indicates how much that value differs from UTC. Thus, the value always unambiguously identifies a single point in time.