xtrim Posted November 16, 2010 Posted November 16, 2010 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?
comment Posted November 16, 2010 Posted November 16, 2010 (edited) Any type of find* will automatically omit records for which the user has no access. --- (*) Except Show All Records[], of course. Edited November 16, 2010 by Guest
xtrim Posted November 16, 2010 Author Posted November 16, 2010 (edited) Any type of find* will automatically omit records for which the user has no access. --- (*) Except Show All Records[], of course. Tnx it worked perfectly (without the "run with full priviledges" ofcourse) Edited November 16, 2010 by Guest
comment Posted November 16, 2010 Posted November 16, 2010 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".
xtrim Posted November 16, 2010 Author Posted November 16, 2010 Tnx again Tnx without the "run with full priviledges" QuickFind worked ! My Bad..
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now