In a form, I use a $readers field where I put permissions to users and roles and it is working fine.I use the same in a response doc but in a view of all the response doc the security does not apply. Everybody can read the document (in the properties the readers are not selected) and if I open the document, everybody can still read the document but in the properties the security is set except for the roles . What’s wrong ? I don’t understand
Subject: $readers in a response doc
Do not name your readersfield $readers, since that’s the name that is used by domino to put readers in when you select the document properties/access. That’s unless you specifically want it to work like this.
So just name the field Readers or MyReaders or something, and it should work fine. Be sure to give it the type Readers, and check the Allow Multivalue checkbox.
If you save the document again, it should apply the restrictions, though.
cheers,
Tom