Hi Vasco,
While indeed there's margin for improvement in how Stored Procedures can be called, currently it is possible to use them inside OutSystems. You can search the Forge for existing connectors to do that (like Oracle Connector), you can use the RuntimePublic.Db API inside an extension to do that or you can use a SQL node to do that. The last link includes a discussion about these various possible ways.
Best regards,
Pedro Guimarães
When adding an external database via Integration Studio, it would be great if we could also integrate Stored Procedures as executable objects/entities within Outsystems.
Hi Team
Possibility of importing stored procedures as we already do for tables and views for On Premises Environment. This stored procedures should map into Actions with the input and output parameters.
with help of Integration also we can create new Stored Procedure,View,User Defined function and also import the Existing Stored Procedure,View,User Defined function.