Hi,
I have a question, currently, I have timers that run every day to transfer the data that was yesterday to another entity.
Example:"Transaction Entity" (where the transaction is created) and will be transferred at 3:00 am to transfer all the data in Transaction Entity to "Transaction Report Entity".
Now instead of to another entity, I want to transfer to a different database server. Currently, I'm checking the database connection and database catalog, but I don't know how to create a module in service studio and connect the entity i created in service studio to my another database server.
Hi Ruzzel John Bisnar,
There is details guide provided by OutSystems for integration with external database. Please go through with below links
https://success.outsystems.com/documentation/11/extensibility_and_integration/integrate_with_an_external_database/integrate_with_an_external_database_using_integration_studio/
https://success.outsystems.com/documentation/11/extensibility_and_integration/integrate_with_an_external_database/integrate_with_an_external_database_using_integration_builder/
ThanksPankaj
Hi Sir Pankaj,
Thank you for this documentation, next time I will check first on the OutSystems documentation before asking here. Again Thank you!!! :D