Extend SX_USERS using DataModeler

Hi, I wanto to add SX_USERS to my DB desing using DataModeler.(SX.. Tables in Same Database of App Data) so I can add a foreign relation from SX_USERS to my app tables.

Relation

¿The above would be ok?

Thanks in advance,

Omar Zelaya

To extend sx_users table you should create a new Aurelius class inheriting from the base class.
This support question explains how to do it:

Hi,

It is possible to inherited from a base class using Datamodeler or do I have to manually make the changes every time I export from datamodeler to Aurelius?

Thanks in advance,

Omar Zelaya

Why would you need to change it every time you export from Data Modeler?
Just create the class manually from code, and keep it there. No need to involve Data Modeler here.

Got it. Thanks!

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.