Action link visibility based on user role

Hi, is it possible to restrict action links based on user roles? For example, deleting records is reserved for Managers not Employees.

Thanks

Not natively. There may be a code based solution but you can’t do this with rules. A workaround is to duplicate the table, one with a delete link and one without. You can then use page rules to show/hide the relevant table based on a user role.

1 Like

Is it safe to say you have multiple users authorized to access the same page/view? If so, you can use a role based model to setup one login for “Managers” and design the page for the managers and another page for “Employees” to login and do employee related activities (no deleting!).

Basically you create a portal for each role, then you can customize the entire experience for the user role.

2 Likes