- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 04:47 PM
Hi all,
Can you please help/guide me in showing/hiding custom icon I've created in the left panel of Risk Workspace based on the role/user group?
My custom icon looks like this :
Which I've created by updating "chrome_toolbar" UX Page Property. Wondering if there's a way I can make this icon available based on the roles/user group? Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 05:15 PM
I got the solution:
So, in the UX Page Property. We can specify roles here:
"group": "top",
"badge":{},
"presence": {},
"availability": {"roles" : [
"admin"]}
}
Inside "availability":{"roles":["<role required to access custom icon>"]}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 05:15 PM
I got the solution:
So, in the UX Page Property. We can specify roles here:
"group": "top",
"badge":{},
"presence": {},
"availability": {"roles" : [
"admin"]}
}
Inside "availability":{"roles":["<role required to access custom icon>"]}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 07:21 PM - edited 02-29-2024 07:23 PM
Awesome !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 03:20 AM
Is it possible to restrict icon's visibility based on logged in user's group?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 04:14 AM
How can we restrict icons based on logged in user's group. The Use case is something like this, if a user is part of a group, he/she should see a set of icons else they shouldn't.