Hi!
I would like to restrict access of folders and entries that are inside a parent folder by using folder filter expression (or something you could suggest)...
I tried to use the following expression but I had no success.
context ('username') = entryprop."Customer"
The field "CUSTOMER" is a dynamic field which is equals to USERNAME.
So, if current "username" is equal to my field, the user should have access.
My structure would be like this:
FOLDER 1 - Analysis (every customer has access)
FOLDER 1.1 - Customer1 (only customer1 has access/can view)
Entry (template form)
FOLDER 1.2 - Custormer2 (only customer2 has acess/can view)
Entry (template form)
Can anyone help me?