Skip to content

Join tenant list with additional tenant-related data (e.g. CompanyTenant table) #69

Answered by JonPSmith
tsygankov asked this question in Q&A
Discussion options

You must be logged in to vote

HI @tsygankov,

I'm sorry I didn't fully understand what you needed the first time, but your extra comment helps. I think you have two main ways, (which you have already detail) that would would:

Use IgnoreQueryFilters in your query

I know you ruled this out due to "additional query filters" (I assume something like a Query Filter for soft delete), but that can be rectify this by manually adding the "additional query filters" to your query. I have done this in client application.

Create one more hierarchy level for super admin users

Because you are using hierarchical multi-tenant you can add a top level which could see everything, and your "additional query filters" would still be in place…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by tsygankov
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants