Jump to content
Server Maintenance This Week. ×

Privilege Sets


This topic is 6262 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

Hello

Trying to take an existing "single file" fp7 application and turn into separation model.

Took file.fp7 and copied to file_data.fp7

Renamed file.fp7 to front_end.fp7

In front_end.fp7 created file reference to file_data.fp7

In front_end.fp7 change the file reference in Relationships from file.fp7 to file _data.fp7.

In front_end.fp7 I deleted all tables except for 1 to hold globules.

In file_data deleted all scripts and layouts other than a basic table view for each table

Things are working great.... except

I do not understand how to work with privileges.

In the single file file.fp7 user Jim is using a privilege set that allows him to only change specific dates, can not add or delete records. This privilege set is still in front_end.fp7, but the tables are not, they are in file_data.

If Jim opens front_end.fp7, does user Jim also "open" file_data.fp7.

File_data.fp7 has the same privilege set as front_end.fp7 but he is able to delete records. :)

How do I limit user access to file_data when the tables from file_data do not appear in front_end.fp7

thanks

jrt

Link to comment
Share on other sites

  • 1 month later...

I have found little to futz with in my UI priv sets since there is only one record and only interface related data. I have two data files, and do all my priv. restrictions in this back-end files. I just make sure all the sets and passwords match up between the files.

Also if anyone tries to access the data file directly, they just get a locked screen with a message.

Link to comment
Share on other sites

This topic is 6262 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.