Restrict filters and breadcrumbs with fixed queries
-
- UpdatedAug 1, 2024
- 2 minutes to read
- Xanadu
- Lists
The record list view allows users to navigate to different subsets of a table using breadcrumbs and filters. You can limit access to parts of the table by restricting active links in breadcrumbs or by suppressing breadcrumbs and filters for specific roles.
Before you begin
About this task
A breadcrumb option enables an administrator to control the base view of a record list presented to users. By adding a fixed query to the argument for a module, an administrator can prevent users from expanding their view past a specified starting point. The argument for this fixed query is written as &sysparm_fixed_query=active=true. A use case for this query is to prevent users from using the breadcrumbs to switch a list of open incidents to a list of all incidents. When users select , they are limited to viewing and filtering a list of open (active=true) incidents.
Procedure