It would be great to have a test at the end of each "path" to verify if you miss something important. Also it would be great if that question will be at the same format as on the certifications exams.
[Ideas] Add tests to the courses.
[Ideas] Find usages within references
It's very helpful to clean an eSpace from old Actions or other objects that are not in use.
But, there's a problem in this process, when I have a function that is not being used in the eSpace where it was created, but it's being used in one or many referenced eSpaces.
In this cenario, using this tool will just say that the function is not being used, since it only checks the current eSpace, and the user could remove the function, leading to compilation error in other eSpaces.
I know that I can see wich objects are referenced to other eSpaces from Service Center, but I need to see one eSpace at a time.
In my opinion it would be better if the "find usages" tool checked the referenced eSpaces too, or it could be a preference in Service Studio.
[Ideas] Automatic Deployments (Nightly Build / Continuous Deployment to Regression )
Hi,
I would like to see a supported way of the automatic publication of solutions.
Currently there is a Solutions API webservice on the ServiceCenter eSpace which should do the trick, but this API is not working on the Enterprise Edition of the Outsystems Platform. (See my message in the Download & Deploy Forge module: http://www.outsystems.com/forums/discussion/16566/download-deploy-you-are-not-allowed-to-use-this-api/).
This idea can be used to:
1. Create a Nightly Build to see broken references in the morning.
2. Create a Continuous Deployment function to the Regression Environment that could publish the latest version of one of more applications on the Development environment to a regression environment and automatically start the Regression tests with a specific timeslot or continuous after each regression test is finished.
Maybe other users might have other good ideas.
[Ideas] Drag & Drop Parameters into query editor
When importing an excelsheet into the database I want to check if a record exists before adding it to the database. In that case I need to check if all attributes have the same values. This happens when importing the same file twice.
For large entities it is very time consuming to add all the parameters to the query and set the correct datatypes.
[Ideas] Service Studio's interface looks blurry
Service Studio's interface (labels,images,font...) in 5.1 looks blurry compared to 4.2 or Integration Studio 5.1.Maybe it is a new font but they look (weirdly) different.
[Ideas] Style sheet editor must have find option
Hi,
While using silk UI I need to change some css class in applications style sheet and its very hard to find that because there is no find option in style sheet editor. I can change class by writing it again at bottom but I think that's not a good option.
[Ideas] Ability to copy/paste text in comments tool widget
At least in version 4.2 this is not possible, and it has an undesired behaviour... Keyboard shortcuts only work when copying and pasting the comment widget itself.
[Ideas] Make the merge undo-able
[Ideas] Allow users to view Ideas marked as "Out of the scope"
This idea was marked as out of scope, but the detail is no longer viewable.
The message displayed is this:
You are trying to access an idea closed by a moderator for being out of the scope.
I believe that users should still be able to access these ideas and associated comment trail as it may contain relevant information/discussions.
[Ideas] CRUD Wizards
This would be a major head start on projects and a real first or even second sprint blaster, allowing teams to start focussing on business value since day one!
[Ideas] Fix the solution detail's screen
It takes a lot of the server's resources and takes a really long time to open this screen.
It must be making some horrid logic that makes it so slow. On top of that, it sometimes makes the server unusable in the Java platform.
[Ideas] Forum post must have multiple "mark as Solution" option
many time there are multiple right solutions but we can select one comment as solution.
So I think there are multiple solution options.
[Ideas] Port Service Studio and Integration Studio to MAC OS X
Build a Service Studio and Integration Studio version to run in MAC OS X operating systems.
[Forums] Do Firebase Notifications still work if application is killed?
wrote:
Attempting to use the Firebase Cloud Messaging Plugin on Android, I got it to work while the application is in Foreground or when it is in background (Notification Center).
However messages don't seem to arrive if the application is killed. Am a bit confused so am unsure if this is expected behavior.
Does this mean that if I want the user to receive the notifications the app must at least be in background? Is there a way that even if the app is not in background that the notification will arrive?
Anyone with a final answer or conclusion for same.
I too want to know this use-case.
Thanks
[Forums] requirejs.org Script error
Hi
i am getting below error in my mobile application.how to resolve this?
[ErrorScreen] Script error for "InsureEZ.MainFlow.AllPolicy.mvc$view"
[Forums] Outsystems.js error
I am getting bellow error from service center.how to resolve this?
CommunicationException: Request failed with an error
at XMLHttpRequest.g.onerror (https://tmai-dev-dev.outsystemscloud.com/InsureEZ/scripts/OutSystems.js?s5pyWJcGPrfgJDbFqCQweA:3:9373)
[Forums] Re-installation of App after plugin change or update
Hi Vani,
Plugins are for mobile apps some bundles of third party codes, which will be installed on the local storage of the smartphone. To implement these code in the application, you must rebuild an app and place it in the app stores.
This is not an issue but the way how Outsystems works.
Kind Regards,
Furkan
[Forums] [Mobile] Multi Logins from different devices on same account
Hi, whenever different devices log in to the same account it logs out the previous device.
Is there anyway to allow unlimited logins from different devices for the same account?
[Forums] Integrate plugin for a recent jQuery version
wrote:
Hello Carlos,
OutSystems web applications support by default only two versions 1.8.3 and 1.4.2, the latest is deprecated (documentation)
I don't recommend changing the run-time jQuery to a recent library as the internal javascript libraries of the platform are dependent on version 1.8.3
Let us say you want to integrate a jQuery plugin which is not compatible with version 1.8.3 and only compatible with version 3.2.1. For that specific integration, you can use this technique to temporarily change the run-time version to 3.2.1, execute the jQuery plugin and swap back the run-time jQuery version to 1.8.3 in order to prevent triggering exceptions in the platform JS libraries
To implement on version 10, I'm afraid you will have to apply manually the code by opening the module of version 11
If I will implement it on version 10, will it take a lot of work if done manually?
[Ideas] Selection on mouse-over of elements on a web screen should be optional
It would be useful to have a setting for enabling/disabling the selection of the web elements on the web screen (on mouse-over). It is disturbing when designing the page.