0
hsudas created
Hi I would like to ask your advice for handling this business need:
We have a tenant and admin accounts.
we have generated a page but it retreieves the rows only with null TenantId's when we logged in with admin account.
But we want to get other tenant's rows from admin page.
How can we get the rows with non-null tenantid's from the admin account?. Is there any settings or trich to achieve this?
Thanks.
1 Answer(s)
-
1
Hi @hsudas
You can disable Multi Tenancy filter, see https://aspnetboilerplate.com/Pages/Documents/Data-Filters#disable-filters. But, if you want to use a separate database for one of the tenants, this might cuase problems.