Hello. I got the following problem: I log in to my application, then I open a popup. Then I wait to the session to be terminated (after 20min), after that I click in an action inside the popup. What happens is that the login page will be showing inside the pop-up. How can I avoid this?
[Forums] Expired Session on Popup
[Forums] Installing P11 on Azure SQL Database (Not SQL Managed Instance)
Hello all,
Have anyone been able to (without resorting to the wizard that is present in the Azure Marketplace) been able to install P11 using an Azure SQL Database (not an SQL Managed Instance) using the good old Configuration Tool?
I am always getting the error in attach, and even generating the SQL script doesn't work. When I try to execute the script against the Azure SQL Server "instance" with the Administrator user that I specified when creating the first database under the Azure SQL Server, it gives me a lot of errors:
"
Msg 134, Level 15, State 1, Line 28
The variable name '@cmd' has already been declared. Variable names must be unique within a query batch or stored procedure.
Msg 40508, Level 16, State 1, Line 62
USE statement is not supported to switch between databases. Use a new connection to connect to a different database.
Msg 15151, Level 16, State 1, Line 73
Cannot alter the role 'db_owner', because it does not exist or you do not have permission.
Msg 15007, Level 16, State 2, Line 80
'hr' is not a valid login or you do not have permission.
Msg 15151, Level 16, State 1, Line 85
Cannot add the principal 'hr', because it does not exist or you do not have permission.
Msg 15151, Level 16, State 1, Line 86
Cannot add the principal 'hr', because it does not exist or you do not have permission.
"
I naturally was able to solve this using Azure SQL Server Managed Instances, but it seems an unnecessary cost if OutSystems was able to do it using the Wizard...
[Forums] Where did the F4 shortcut went?????
wrote:
I'll give a cookie to who knows a shortcut to replace the F4 :D
Revert SS version.
Cheers!
[Ideas] Generate SQL scripts
From the Config Tool it should be possible to 'Generate SQL script' to import under MS SQL Server.
This is something that is implemented for Oracle already, shouldn't be that much work to implement this for SQL.
This would make installation even better (for us), since you can now hand over the SQL scripts to your (friendly) DBA who can then execute the scripts for you. He might even improve performance a bit based on the installation of MS SQL!
[Ideas] ECT: change from infinite scroll to list navigation
ECT does not need it, and with the "traditional" list navigation it would be better and faster.
[Ideas] Automatically bind Button Group widget to static entity
It would be great if, when I associate a Button Group widget to a variable that is a static entity identifier, there was an option to automatically add all the necessary buttons with their respective text and value. Maybe an option within the Button Group's context menu?
[Ideas] Create filter by "Done" and "Not Done" on the Learn courses page
I have been taking guided paths and courses from the Learn page, but when I'm looking for a new course to take, the courses that I have already done are mixed with the ones that I have not. It would be good if I was able to filter and see only the courses that are yet to be done.
[Ideas] Automatically create inputs/outputs on Get{Output}By{Input} actions
When creating an action whose name follows the pattern Get{Output}By{Input}, Service Studio could automatically create an output named {Output} and an input named {Input}. Type inference based on the names of {Input} and {Output} should still apply.
This would be a great accelerator, and would also promote standard nomenclature in action names.
To avoid confusion, this automatic creation could be done only if the action has no inputs/outputs already.
Examples:
GetDateOfBirthByUserId - this would create a DateOfBirth output of type Date, and a UserId input of type User Identifier.
GetTotalRevenueByCompanyId - this would create a TotalRevenue output of type Currency, and a CompanyId input of type Company Identifier.
GetCustomerById - this would be more complicated, because Id being the input would not yield a good type inference. But ideally this would create a Customer output of type Customer, and a CustomerId input of type Customer Identifier.
[Ideas] Improve Expressions for Multi Languages
Would be nice to be possible to have expressions like this "some text {0} some other text", variable1
This would help us when taking care of translations since the text would be all together and beside that the variable can change place depending on the language.
[Ideas] default datatype should be integer instead of decimal in integration studio (in oracle and foreign keys)
[Ideas] CodeEditor/web viewer to help the implementation of external (html,css and js) code
the service studio already have an editor that recognizes the changes of the code, for example when changing the color for a web block, he will change immediately. that doesn't happen when you import external code. for example, if you take an graph with all the three components(html, css, and js) you will not be able to see the result on the service studio. If you are like me, you will spend plenty of time just trying to implement this code working on the service studio.
possible Solution: Implementation of an web block that can run the code(as a code editor). there are many sites where you can write, compile and see the result on the same website.
would be great to have this just to see if the code just runs correctly without the need of deploy.
[Ideas] OS SQL Language Definitions for 3rd Party Editors
The OS SQL editor is not the best editor for complex SQL statements. The OS variant of the SQL language makes it combersone to use alternative SQL editors as well. It would be nice if OS published a language definition for OS SQL for popular alternative editors.
- Visual Studio Code
- NotePad++
- TextPad
[Ideas] Logging web services requests and responses
I would like to propose the inclusion of a logging capability for the SOAP requests sent and received from any WebService in the scope of an eSpace.
Meaningful information to be included:
-Server and port
-Date + time
-SOAP messages sent and received
-User
-Originator (process, flow, ...)
And a log viewer that enables the search for Web Services invocations based on:
-Service name
-Date
-Originator
-User
The Soap messages (sent and received) should be presented in XML.
What we gain:
-easy way of detecting configuration errors (wrong server, ...)
-easy way of validating the input sent, for user input errors
-easy way of validating the output sent from the back-end system via the web service
Thanks,
Francisco Vasco
[Ideas] Rest API method: Timeout Property must be configurable through service center
Hi Team,
In past we have faced one issue related to API action timeout, since on prod we have huge data load and API method got timed out because by default it has 100 seconds as timeout. we have to simply increase timeout of that action in order to fix that problem but since it is configurable through service center, we have made the changes in code and push it to Prod which involve lots of time and effort.
I would suggest it will be helpful if we can provide the option to set the timeout property of API method through service center.
Regards,
Manish Jawla
[Ideas] OnDrag&Drop - Automatically create variable assign.
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.
[Ideas] CTRL+UP and CTRL+DOWN for StaticEntities
J.Ja
[Ideas] Create New Screen When Adding Destination Node
When you drag a Destination node over an End node in a client action, a screen pops up as below asking you which destination you would like:
To match the New Client Action and New Server Action nodes, there should be a button in the bottom left-hand corner where you can create a new screen and have it be set as the destination of the node at the same time.
[Ideas] PostgreSQL Integration
[Ideas] Turn the SortRecordList (extension) into a built-in/system action
Turn the SortRecordList [http://www.outsystems.com/forums/discussion/12518/platform-version/] into a built-in/system action.
[Ideas] Client actions for web apps.
It'd be great to have something similar to client actions in a mobile app for the web app. I feel like some of the logic we have in the screen actions is not that complex and has to be done on the client side to speed up the UI. We sure have some javascript capabilities, but it's not that good comparing to client actions in mobile.