Is it somehow possible to create a Query that will filter on permission Level ?
I have a list with folders like this:
FolderA Permissions has been broken User A has approve Access here.
ItemA1 Permissions inherited from parent
ItemA2 Permissions inherited from parent
FolderB Permissions has been broken User A has contribute Access, but not approve
ItemB1 Permissions inherited from parent
So how can i get all list items in this list where user A has approve Access ? (ItemA1, ItemA2)
Is it possible ? If not how can i solve this in some way.
The structure needs to be like this..