November 2, 200718 yr Newbies I need to create permissions based on the following scenario, but can't figure out how to do so. I'm new to permissions in FMP, so it would be very helpful if you can detail how I may accomplish the following: If a user is in the LA group, then they can see all records, but only modify records where the "Office Location" field is set to LA. If a user is in the NY group, then they can see all records, but only modify records where the "Office Location" field is set to NY. If a user is in the Admin group, then they can see and modify all records. I've looked through the forums, but haven't found a situation that seemed to matched this.
November 2, 200718 yr Do a search on Record Level Access, which is what this process is called. Basically what you need are 2 Privilege Sets, office and managers. Office has the RLA set to test for the location, and manager does not. Steven
November 5, 200718 yr Author Newbies Steven -- Many thanks for your reply. I had looked through the forum and seen much discussion about this, but am still struggling with actually making RLA work. I've attached a copy of my DB with the custom privileges set. The two users I'm playing with at the moment are "lauser" and "admin" -- admin has full access, where the "lauser" should only be able to modify records where he is both in the "LA-Users" privilege set, and the "Office Connected To" field is set to "Los Angeles". This is just a play database so I don't mind sharing the details of it. The usernames/passwords are admin/admin and lauser/lauser. There is also a jhbuser as another test. Any help/guidance on accomplishing what I'm after is greatly appreciated! fntest.fp7.zip
Create an account or sign in to comment