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
11 hours ago
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
8 hours ago
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
2 hours ago
- 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.