![]() |
Sergey Kornilov admin 1/26/2014 |
This is how it works by default, no coding required. Each user only sees those tables that she can access as per User Group Permissions. |
W
|
wfcentral author 1/26/2014 |
This is how it works by default, no coding required. Each user only sees those tables that she can access as per User Group Permissions.
|
![]() |
Sergey Kornilov admin 1/28/2014 |
Sorry, I still don't understand why you cannot use User Group Permissions for this purpose. It was designed for this specific scenario. If you use don't have right to access certain table - it won't be shown on the menu. If user don't have permissions to access the whole menu group - it will not be shown as well. |
W
|
wfcentral author 1/30/2014 |
Sorry, I still don't understand why you cannot use User Group Permissions for this purpose. It was designed for this specific scenario. If you use don't have right to access certain table - it won't be shown on the menu. If user don't have permissions to access the whole menu group - it will not be shown as well.
|
![]() |
Sergey Kornilov admin 1/31/2014 |
Additional menus are for display purposes only, the permissions to access certain table are still determined based on User Group Permissions. |
A
|
Abul 1/31/2014 |
Additional menus are for display purposes only, the permissions to access certain table are still determined based on User Group Permissions. I do understand the idea. For instance you have Order Details table that nobody needs to see on the menu except the admin (all others only need to see it as Details table or Orders). Check this article: http://xlinesoft.com/phprunner/docs/menu_item_modify.htm Example #2
|
![]() |
Sergey Kornilov admin 1/31/2014 |
Different menus in Menu Builder are just visual elements. If you need to hide/show menus based on certain rules you either need to use User Group Permissions or events or both. |