Base solution for your next web application
Open Closed

How to see all tenant records #8933


User avatar
0
erkateknoloji created

Hi,

I'm root admin and i haven't tenant id. I want to see all tenant records but i dont want to use this way using (_unitOfWorkManager.Current.DisableFilter(AbpDataFilters.MayHaveTenant)). How to define global config?


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    hi

    You should use using() to disable/enable filters. This is the recommended practice, why don't you want to use it?