Multi Tenant and Admin oversight

I am developing a multi tenant system (single database) where each client is a tenant. However, there is a need for an Administrator that can view all the data. What would be the best way to achieve this?

Thanks

You should have all data in a single database, and when someone tries to retrieve data using admin privileges, you simply do not enable any filter that filters out data by tenant id.

Thanks Wagner. We've decided that the Admin app will be a separate XData server from the client one, so that will be straight forward.

1 Like

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