I have a client who has some employment applications that has a template with a document type for a field that has 10 options and one of these options is "application". These application documents are in individual employee folders with other types of documents but all share the same template just some have different options selected under the field document type. now what he wants to accomplish is have a group that contains 4 users that he wants them to only see those documents with the document type application. I set up a test group and a test folder to try this out on with a folder filter expression
((IS_GROUP_MEMBER('FilterExpression') = 1) AND entryprop."Document Type" = 'Application')
This code works fine but I cannot see any other folders in my test folder that contain the document type application. I can see just one inside the root of the test folder but nothing else. Is there way to be able to see the other folders containing the Application documents? There is something probably missing in my code but I'm not to familiar with filter expressions