Vote count:
0
I have a form (NewDocumentForm) where I create documents. And also there is a field (name: reader_field) that keeps roles of ACL that can read this document. Next I create a view (MainView) to display this documents and I have a problem with View Selection formula. My task is to show in MainView the documents to user where he has role to read this document (this role in reader_field).
So in Selection Formula I write the next:
SELECT (@Contains(reader_field; @UserRoles)); <- there is not that I need...
SELECT @IsMember(reader_field; @UserRoles); <- there is not that I need...
If you understand my question please give me advice. Thanks.
asked 4 mins ago
Selection formula in View Lotus Notes
Aucun commentaire:
Enregistrer un commentaire