Integration Studio walkthrough
Integration Studio is a tool that allows us to create extensions to our platform, such as creating functionalities in native C#/.NET code. Functions made in C#/.NET are transformed by Integration Studio into Server Actions. In this way, our custom code is available similarly to our application code for consumer modules.
Furthermore, with this tool, we can configure our connections to external databases (after the given connection has been configured in Service Center).
In a way, it's a simpler tool than Service Studio since it offers much less functionality; Integration Studio works in parallel with Microsoft Visual Studio to help us develop our code.
The following screenshot shows the OutSystems Integration Studio popup where we configure the Visual Studio connection:
Integration Studio has fewer layers and...