It would be nice if the search application filter in Service Studio would have a clear button (X) that allows you to clear the previously entered search criteria.
[Ideas] Clear button in application search filter
[Ideas] Associate Reactive Web Developer (OutSystems 11) Certification
It would be nice if one could get an certification to for Reactive Web Developer.
This way starters have a choice to either start learning the traditional web applications or the new reactive web applications.
The current Associate Web Developer (OutSystems 11) only has questions regarding traditional web applications.
[Ideas] Assisted IntelliSense
Motivation:
IntelliSense should saves time by putting what is likely to be used. When combined with the context of code, the completion list should promote best practices, Argument completion, statement completion.
It should also assist completion across all the included JS libraries
It can also recommend the controls and properties when working with XML and json
[Ideas] Add the number of selected items on Service Studio
When selecting multiple objects, I often need to know how many did I select, this is something that I've seen across other IDE's and feels very natural to have.
I created an example with the number below:
[Ideas] Detect SANS 25 dangerous software errors in OutSystems application
Building serious web application in #FinTech on OutSystems, think secure code. SANS top 25 always comes in mind along with OWASP. On the OutSystems platform, there should be an option to run the application against SANS top 25 software errors. It is a list of the widespread and critical errors that can lead to serious vulnerabilities in the software.
Possible option:
- LifeTime is the best place to run this before we tag the application and proceed with deployment to quality or production.
- It should be configurable in a deployment plan (to make this a manual step or automatically done each time we start with tagging)
- It MUST not stop the regular process of promoting the application to higher environments
- It should provide the scan result and store against each application tag
The scanner should provide detailed information
and, better if how to how to fix the errors :)
[Ideas] Global Exception Handler for Service Modules
Like in End Users modules, I would like the option in Service Modules to define a global exception handler.
[Ideas] Reward bloggers community points for every view of a blog
Community members that are active on forum, build components and contribute with ideas are rewarded for the community activities by scoring points for the community ranking.
It would be nice if community members that are bloggers, could be rewarded to, ways to do could be by making the blog availa on OutSystems Learn site, and reward the blogger for unique community member view.
[Ideas] Make Integration Studio"Connect to environment" dialog wider
It would be nice if the "Connect to Enivornment" is wide enough to see the full name of the environment. Now I have to scroll left right, or press the dropdown button to check which environment it will connect to when I press the Connect button.
[Ideas] Instructions on how to include existing reactjs UI components as custom components
It would be nice if OutSystems provides us with an instruction guide or video on how to implement an existing reactjs component in OutSystems reactive app or library module.
There are many react UI components available for example to show data in a tree, that are not implemented in OutSystems UI.
Using as guide on how to do this, the community can extend the usability of the reactive web development more easily.
[Forums] Combo box and Form
wrote:
Hi Rohan,
Thank you for the reply.
Even I have achieved upto this point.
I am stuck is at 4th point. ie. If i add New State details, the state name should appear in the state dropdown for that respective country.
Hi Ankita,
Make sure to save the newly added state and details in the respective tables.
Do not forget to Ajax refresh the dropdown after adding state and details if you want immediate change.
Or try to use debug and check where you missed. This is the best way to figure out and solve your issue.
Hope it helps
Regards
Seema
[Forums] How to consume REST API exposed through VPN
Hi Aditya Kumar Bhatt,
You need to contact OutSystems Support and request they setup the VPN for your OutSystems Enterprise infrastructure so it has access to your intranet.
Hope this helps
[Forums] How to use Phyton liberary for AI face detection
Hi Madhuri Patil,
OutSystems runs is a .NET C#/ASPX. If you really need to use a Python library from your application, it will need to run on a Python engine (check how this application works).
Hope this helps
[Forums] Unit Testing Tool or How to do the unit for Server actions
Hi All,
I want test my server action using separate framework. I already tried TEST FRAMEWORK I can test only web services actions I cannot able to test my core module server actions. If any steps available for implementing for the server action UNIT TEST Guide me. My exact query is I want to unit for my core layer server actions using frameworks.
Thanks
[Forums] Can I Import Entity from excel which have foreign key relations?
Suppose I have 4 tables like
1. Product (ID,Name) - master table
2. Client (ID, Name, City) - master table
3. Order (ID, Date, ClientID, Detail)
4. OrderProduct (ID, OrderID, ProductID, Quantity)
the first 2 tables are very simple and have master entries and I have mentioned in 2 sheets in excel file.
but the rest 2 have foreign key relationship keys including in it. so can I mentioned these columns in excel file with dump data and import it ?
Is it possible or how come it possible?
[Ideas] Make timer 'next run' editable
Sometimes I need to deactivate a timer for a short period of time. Now I need to deactivate the timer and activate it later on.
It would be helpfull if I could edit the date/time value at "Next Run". In that way it would be possible to disable it for a few hours and automaticly start after that period.
[Ideas] Provide outsystems technical documentation as a viewable HTML page (instead of a downloadable PDF file)
Most of outsystems technical documentation are released as a PDF file.
It would be better if we could view the document simple as an html page, instead of having to download the file then open it up in adobe reader.
[Ideas] Search & Replace in Expression Editor
It would be nice to have a search and replace (& replace all) in Expression Editor. In case you have a long expression (Result of a weird api maybe) and have to make a lot of name changes. An example would be cases when the name change doesn't automatically update names.
[Ideas] Export the Applications Architecture
Add in servicestudio the option of downloading an image with the architecture of the application modules and their related modules.
Or, downloading an image with the architecture of an solution.
Example:
[Ideas] [FORGE] Make it possible to upload a new version to OS10 after the OS11 version has been uploaded.
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 same as the version was previously uploaded.
"The code you uploaded is not generated from the previous component version."
[Ideas] Text to Date Conversion - Support For More Formats
Usually there is a requirement in applications to support various date formats different from the one used by server for storage. This typically involves conversion from server format to user preferred format and vice-versa while storing user input. The TextToDate built in function does not support any format other than these : YYYY.MM.DD, YYYY-MM-DD and YYYY/MM/DD. It does not even support the date formats which are available under Environment Configuration in Service Center. This limitation becomes a hurdle and forces developers to find alternatives or use extensions.
It would be really great if future release of Outsystems can support more formats in TextToDate probably by adding more arguments to function to properly understand the provided formatted date text and convert it to date.