polarpro Posted December 3, 2008 Posted December 3, 2008 Hey, I’m about to set up a file where the creator of a record can decide individually which other users / user groups will be able to read his record. I thought for this I could set up a user table that holds information which users can access which records. The other way round would be to write into the record which users can open it. I thought I’d create a field that contains all the IDs of the users that are allowed to read it. I prefer this approach. A script or even better a filtered portal could restrict the access. May I ask if anybody has some experience with this kind of record access management? Is this a practicable way of approaching my intention? Any pitfalls...? Will be happy to receive your hints and considerations. Mike
bcooney Posted December 6, 2008 Posted December 6, 2008 I like the idea (especially since you're using UserIDs and not names). You could have a "Allow Access" portal on a record that let's the user add UserIDs for those allowed access. Depending on how many users there are, this could be a simple popup menu on each row, or a popup window with a select list. Then, the parent record could have a calc field UsersViewList = List(relationship::UserID) to collect the valid IDs. Using record access privs, allow view if FilterValues (UsersViewList, gUserID).
polarpro Posted December 9, 2008 Author Posted December 9, 2008 Hey, Thank you for your input (and sorry for the late reponse). I've tried your idea, so far it's been working quite well! Mike :)
Recommended Posts
This topic is 5826 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now