User level Security Issue

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
hsan
User
Posts: 12

User level Security Issue

Post by hsan »

I am using dynamic user level security. For some fields, I have 'Use lookup table' configuration. Everything works fine with admin logged in, but for any other user, no matter how security rights are set in User Level Permissions, lookup does not work. The field shows original value, thus bypassing lookup. I tried assigning User's full right on everything for involved tables, but the field still shows just original value.


arbei
User
Posts: 9384

Post by arbei »

According to help file: Even you enable all permissions for an user defined User Level, the User Level will NOT become same as this Administrator User Level. If the lookup table is a protected table which can only be accessed by administrators (e.g. user table, user level table and user level permission table), other users cannot access. However, if you want to expose them to other users, you can create a view and use the view as lookup table.


hsan
User
Posts: 12

Post by hsan »

Thanks! That explains it.


Post Reply