Reputation: 53
I have a document library which includes "department" column amongst others. My requirement is
Assign permission in the document upload process depending on which department should have access to this document
Depending on which department a user belongs and also what permission the user has, the view of the document library should be filtered to the documents the user has access to rather than showing everything.
Upvotes: 0
Views: 440
Reputation: 4028
Possible solution is to break the inheritance and give item level permission. You can do this in event receiver.
Upvotes: 1