Basically… Have one form. On that form I have reader fields with unique users.
Then a readers-field with one role: [helpdesk].
The view displays ALL documents if you have that role.
I would like to display one view /using $$ViewTemplate/ with all created forms and also have one view that do NOT show (filters away) where userrole is helpdesk.
because one user should only see all documents in a “helpdesk”-view but work as a normal user and only see a selected few documents.
I have seen the @SetViewInfo([SETVIEWFILTER] but… to use that to filter a view?
I’d like to “filter” a view so that @IsNotMember(“[Helpdesk]”;@UserRoles) (or similar) works…
Any ideas??