- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 04:52 AM - edited 05-21-2024 05:15 AM
Hi all,
How can we make the 'New Incident' option visible only to users from the IT department? Is it possible to do so? Please refer to the screenshot below for better understanding.
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 06:40 AM
Departmental or group based filtering isn't available functionality. You'll need to use a role for this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 06:08 AM - edited 05-21-2024 06:09 AM
Hi @asrsharma07 ,
Yes, it is achievable. Please follow the below steps to implement it-
1. Navigate to table 'sys_ux_page_property;
2. Add filters: name=chrome_tab and page is Service Operations Workspace
3. Open the returned record
4. Update value field as following:
"condition": {
"roles" : ["admin"], //array of allowed roles
"tableDescription": {
"table": "incident",
"canCreate": true
}
}
If my answer helped you in any way, please then mark it as helpful or correct.
Thanks,