July 2, 201411 yr Hi I have a table that multiple users need to access. Is there a way (perhaps through PHP also?) to restrict what records particular users have access to, according to certain field criteria? Any help appreciated. Thanks
July 2, 201411 yr This is best addressed through the use of Privilege Sets in FM. Do a web search for "filemaker privilege set tutorial". In a nutshell, each user may be assigned a privilege set that allows/prevents layout access, field access, and/or editing. PHP access would automatically be included based on the username used in the PHP login. Further information about the "certain field criteria" may help us to determine if your data model can be improved.
Create an account or sign in to comment