November 16, 201015 yr 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?
November 16, 201015 yr Any type of find* will automatically omit records for which the user has no access. --- (*) Except Show All Records[], of course. Edited November 16, 201015 yr by Guest
November 16, 201015 yr Author 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, 201015 yr by Guest
November 16, 201015 yr 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".
November 16, 201015 yr Author Tnx again Tnx without the "run with full priviledges" QuickFind worked ! My Bad..
Create an account or sign in to comment