Need to restrict non-admin (ITIL) user from editing the default filter condition of incident table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2025 09:42 AM
How to restrict non-admin (ITIL) user from editing the default filter condition in breadcrumb section using ACL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2025 12:21 PM
This is not controllable via ACL. To be clear, non-admin users cannot change/set a new default filter - one that would be seen by all users when accessing the table from the left nav module or wherever. If you want non-admin users to not be able to view incidents outside of the default filter, you can hide the breadcrumb and filter for a table via List Control. Right-click on the column headers of a list view and choose Configure > List Control. add the admin role to the Filter roles list, or use a script if needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2025 12:18 AM
This solution will completely hide breadcrumb section, is there any other way to achieve this without affecting breadcrumb.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2025 06:28 PM
- As an administrator, navigate to System Definition > Modules.
- Open the desired module record from the left navigation.
- Set the Link Type to URL ( from arguments)
- In the Arguments field, enter for example /incident_list.do?sysparm_fixed_query=active=true. This will permanently apply the active=true filter when users click the module link, and they will not have the ability to remove it.
- Save the module.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2025 12:24 AM
This solution will also restrict admin from editing the default condition.
If admin wants to edit the applied default condition, either he should open the query in new window or have to navigate to incident.list
