Hi
I have a view with documents sorted and catagorized by user name. I want to check that after the user logs in on the web that the user id matches the username in the document. If it doesn’t then the document should not open. On the client I used QueryOpenDocumnet but need help with the web. How do I go about this? Thanks.
Subject: But why…
Why are you showing the user links to documents that he cannot open?
Subject: Why Reinvent the Wheel? (Security)
Yeah, I agree with Lawrence’s line of thinking. Why cook up your own security when you can let Notes/Domino handle it via an Access Control List and a Readers field in the doc set to @UserName?
Ken
Subject: RE: Why Reinvent the Wheel? (Security)
I have readers fields in the documents. The view is so that admin (user role) can see there are documents there and view a few of the total fields for that document but if they open the document they could possibly change them. I also need for a manager user role to open the documents from the view with a different form than what was last used. Can I change the form when opening a doument from a view on the web (like using form formula on the client)?