Question
· Jul 17, 2019

Allowing piecemeal access to System Operation functions

Hello,

Does anyone know if it's possible to allow a user type access to only certain parts of the System Operations page?   Specifically, the System Logs - Application Error Logs.

Thanks much!

Jerry

Discussion (2)1
Log in or sign up to continue

As Eduard said, use a custom resource. Now it depends on what you want to do:

  • If you want to restrict certain Portal pages to a subset of users, create a custom resource (R1 for this example), add it to the pages you want the subset of users to access, and then add Use permission on the R1 resource to an existing or new role. Only users that are members of that role will have access to the pages.
  • If you want to restrict certain users to a subset of Portal pages (your question), create a custom resource (R2 for this example), add it to all the pages the users should not access, and then add Use permission on the R2 resource to an existing or new role. All other users should be in this role, and they will have access to all the pages, as they did before these changes. Any pages that aren't protected by R2 will be the only pages available to the users that aren't in the role. 

Hope that's clear.