I want to make document library that can filter view from the user organisation by region. In my Institution has 3 levels that has different level of access file.
The hierarchy of user level can be described as below :
- Head Office (National)
- Province
- District
The library is connected to webpart that I was created. And user is allowing to upload the documents and view based on the region that I was said above.
I want in the District region can upload the documents and view only in the district that the user come from. The Head Office can view all documents, Province can view all district. But district can only view their document only.
How can I achive this matter?