Jump to content
Server Maintenance This Week. ×

Data reduction based on privilege set


xtrim

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

Recommended Posts

Hi,

I need somehow to be able to not display data that does not belong to the logged user or usergroup.

I tried to restrict it through the security management, but then it shows instead of not showing the records at all.

I need to apply it to a solution with many layouts / portals / tables, so I need something that will "auto-apply" on everything in the solution - if it is possible.

any ideas?

Link to comment
Share on other sites

Any type of find* will automatically omit records for which the user has no access.

---

(*) Except Show All Records[], of course.

Tnx :P

it worked perfectly (without the "run with full priviledges" ofcourse)

Edited by Guest
Link to comment
Share on other sites

QuickFind also does not work...

That's not my experience.

I would like to make a single script and not a find request per table...

Perhaps something like:

Enter Find Mode[]

Set Field by Name [ ... ; * ]

Perform Find[]

where the field name could be calculated by concatenating the table's name & "ID".

Link to comment
Share on other sites

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