Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Data reduction based on privilege set


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

Recommended Posts

Posted

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?

Posted (edited)

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

---

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

Edited by Guest
Posted (edited)

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
Posted

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".

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