I have integrated external database and created a extension and installed it in outsystems . I want to get data from external database so that I can display it on screen in outsystems employee information
Hello,
Please check this documentation: https://success.outsystems.com/Documentation/11/Extensibility_and_Integration/Integrate_with_an_External_Database/Integrate_with_an_external_database_using_Integration_Studio#use-the-extension-in-your-app
After having the dependencies to the entities in your app, you can get their information like you would on any OutSystems Entity. You can check the following documentation if you need more details: https://success.outsystems.com/Documentation/11/Developing_an_Application/Use_Data/Query_Data, https://success.outsystems.com/Documentation/11/Developing_an_Application/Use_Data/Query_Data/Fetch_and_display_data_from_the_database_in_OutSystems and https://success.outsystems.com/Documentation/11/Developing_an_Application/Use_Data/Query_Data/Fetch_and_display_data_from_an_integration