Base solution for your next web application
Open Closed

Setting Tenant Filter for all users #2961


User avatar
0
omar created

I am working on a school application. Every year, each school setup a school year, Ex. 2017-2018, 2016-2017, etc

Tenant admins(schools administrators) are responsible to set the school year. How would I create a filter based on the selected year of the administrator? The idea is to set that filter at the beginning of the request for the selected school year.

Thank you!


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

    Hi,

    Have you seen this document <a class="postlink" href="https://www.aspnetboilerplate.com/Pages/Documents/Data-Filters#DocDefineCustomFilters">https://www.aspnetboilerplate.com/Pages ... tomFilters</a>. It can help you.

    Thanks.