I have a form with several reader/writer fields - principal, group, participants etc.I have a field “Reader” with default value “[Reader]”. Actually all users have role “[Reader]” exept for some unpriviledged users.
Users asked me to add functionality for “Private” entries and I added 2 more fields and a role “[Editor]”.
I added that role so admin keeps the rights to edit these documents.
1st field “Editors” I added default value “[Editor]”.
2nd field “PrivateF” is a check box.
The field Reader translates to “” when PrivetF is cheked
So the problem is that although all reader/writer fields have correct values, users not mentioned in any way in the access fields of the document can still read them.
All users exept admin have Autor permision to that database.
Any suggestions?