Prerequisites
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- What is your product version? v4
- What is your product type MVC
- What is product framework type .net framework
If issue related with ABP Framework
- What is ABP Framework version? v5.14
Hi,
We have a requirement for a "Provider" user to be able to access a sub-set of tenancies. We would configure the included tenancies via the Host user.
Is there any support for this arrangement in ASP.net Zero? If not, do you have any recommendations as to how I could best go about achieving this?
Many thanks.
3 Answer(s)
-
0
Hi @philwynn
This is not supported by default. I think best way is to create a new table AbpUserTenants and filter tenants when a user visits the Tenants page.
-
0
Thank you.
Can you point me in the direction of any documentation that would help me to implement a custom filter for this purpose. I have found a link for adding a custom data filter in Entity Framework Core, but we are using EF6.
Many thanks
-
0
Hi,
You can take a look at this document https://aspnetboilerplate.com/Pages/Documents/Articles\How-To\add-custom-data-filter-ef-core.