I have a Folder structure setup with multiple groups requiring either read or read\write rights to the folders, this is working. I require one group to only see the documents when a Metadata field is set to a value. I created a Filter Expression for this (see Below) and when that group logs in, it works as expected.
The challenge is when I add the Filter Expression, what happens is none of my other Groups that have access to the Folders can now see any of the documents, although they can see the folder structure.
If I remove the Filter Expression, these groups can see their documents normally, so its appears that this security anomoly is being driven by the filter expression
Here is my Filter Expression
(((IS_GROUP_MEMBER('CUDIC') = 1) AND entryprop."FIC Institution Type" = 'Credit Union') or entry.type ='folder')
Thoughts