- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2023 02:49 AM
Hello Guys,
How to achieve below
The new button on the incident list should be hidden for some roles. How can you achieve this?
since it is OOB UI action i dont want to modify it, and also we have OOB create acl on incident as well, without modifying OOB components how to achieve the above please suggest me.
thank you!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2023 04:22 AM
@PRKK best bet for you would be to create a custom ACL with create operation, add the role in the role section to whom you do not wish to show New button then in the script section write answer= false.
There are OOTB ACL create ACL on the incident table where you need to make changes to not to allow user to have access to create operation.
This is the only way you can hide the New button if you do not wish to make changes inside the condition field of the new button UI Action.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2023 04:22 AM
@PRKK best bet for you would be to create a custom ACL with create operation, add the role in the role section to whom you do not wish to show New button then in the script section write answer= false.
There are OOTB ACL create ACL on the incident table where you need to make changes to not to allow user to have access to create operation.
This is the only way you can hide the New button if you do not wish to make changes inside the condition field of the new button UI Action.