Hi all,
what is the best way to add support for "Tenant"?
i have various "customers" that each of them has his own data devices/users etc'...
obviously each customer should only see & manage his data.
is there an easy way to customize the server to support that?
i thought maybe to add "customerID" for each entity/db table and modify the relevant parts to support this (db query REST API etc..)
but I'm afraid that this solution could be a big change that may take me "out of design" which i don't want to.
Thanks.
Why do you need to customize anything? It's already supported.
do you refer to the groupId? or I'm missing something?
Hi all,
what is the best way to add support for "Tenant"?
i have various "customers" that each of them has his own data devices/users etc'...
obviously each customer should only see & manage his data.
is there an easy way to customize the server to support that?
i thought maybe to add "customerID" for each entity/db table and modify the relevant parts to support this (db query REST API etc..)
but I'm afraid that this solution could be a big change that may take me "out of design" which i don't want to.
Thanks.