- 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
07-29-2024 11:54 PM
Hi @SaisravanT
Not directly supported- requires custom logic to handle visibility based on user groups.
If you can map user groups to roles or create roles that represent user groups, you can use the roles tag in the availability field.
……………………………………………………………………………………………………
Please Mark it helpful 👍and Accept Solution✔️!! If this helps you!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2024 08:26 AM
you guys can add "show": false in the Json Value
Fin Nguyen