I'm trying to hide the backoffice link when the user doesn't have permission to access it. This is the table I use.
Asked
Active
Viewed 29 times
0
-
1If you want to do it on the `TipeADm` column just put an if statement around it with an expression refering to the column. If you want to do it based on a role you can see an action to check for the role if you expand the role in service studio. – Mark Baijens Jul 14 '23 at 09:23
-
Yes, I would definitely use Roles for that one. And even filter the aggregate based on the user's permission. – Lucas F. F. Lopes Jul 25 '23 at 17:03