Hi,
Can someone please give me a hand with this problem??.
I have struggled to figure out how to create Entities in outsystems and have them to reflect on my external databases such as oracle or SQL server.
Since i could not get that to work, i gave up and opted to do the invers, i create my table son my external RDMS such as sql or oracle and them use integration studio to create a database extension. aThis extension in turn will be imported into my project to give me access to my data.
Now i'm facing the following trouble:
1 - The users table is not accessible inside the oracle or sqlserver so i cannot make references to it to create relationships with other tables on my DB.
2 - The tables imported as part of an extension are not editable so i cannot create this relationship after i have imported my tables into outsystems
3 - If i try to create a Users table inside my database, generate the relationships and then import it into ousystems. Then i end up with 2 users table, one with name users (the ousystems one), and other with the name users2 (the external one), so it still does not solve my problem.
I would like to know if there is a way to related the outsysetms tables with the external ones; or to create al the databases tables on outsystems and then connect or export these tables (with data) to the external RDMS.
Thanks in advance for your help.