Jump to content

Allowing users to view restricted records.


Eric_R

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

Recommended Posts

  • Newbies

I have a database that allows a user to view only his/her files. However, there are a few reports that I would like to display with full access. I can use the re-login function with a new user account that gives full access; but, how do I return to the limited access when the user has finished looking at those reports?

Link to comment
Share on other sites

So, you're saying you're using record-level privileges? It sounds like a huge security risk to login a user with higher privileges.

The best I can think of is to generate the report via script (and save it to PDF if you have to; for viewing), and allow that script to run with full access privileges.

Link to comment
Share on other sites

  • Newbies

So, you're saying you're using record-level privileges? It sounds like a huge security risk to login a user with higher privileges.

The best I can think of is to generate the report via script (and save it to PDF if you have to; for viewing), and allow that script to run with full access privileges.

Did not work. I think the check box to allow that script to run with full access privileges does not allow you to view/print records created by other users

Link to comment
Share on other sites

I have a database that allows a user to view only his/her files. However, there are a few reports that I would like to display with full access.

Couldn't you solve this with field level access? I mean, it doesn't make much sense that they can print out data they are not allowed to view on screen.

Link to comment
Share on other sites

This topic is 4791 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.