- 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 05:40 AM
Hi,
The "plus" button configuration is managed in the chrome_tab UX page property
- Navigate to sys_ux_page_property
- Filter by name = 'chrome_tab'
- Select the record relating to your workspace
- Modify the condition to include the following
"condition": {
"roles" : ["admin"], //array of allowed roles
"tableDescription": {
"table": "incident",
"canCreate": true
}
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 06:10 AM
This is I understood, but where to add the condition for logged in user should be from Department IT?

- 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 09:54 AM
Thanks Kieran Anson