- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2025 09:53 PM
Dear experts,
I would like to ask how do we make my customed filter conditions to be not editable or removable for certain users or roles? For example here, I want to make the opened by and the state here not editable or removable by my business users so they could not see the all risk events, what should I do?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2025 10:16 PM
Hi @ChuanYanF
Please use sysparm_fixed_query for this fulfillment
Please appreciate the efforts of community contributors by marking the appropriate response as the correct answer and helpful. This may help other community users to follow the correct solution in the future.
********************************************************************************************************
Cheers,
Prashant Kumar
ServiceNow Technical Architect
Community Profile LinkedIn YouTube Medium TopMate
********************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2025 10:53 PM
why not use sysparm_fixed_query as URL arguments from module, with this they cannot click All
Restrict filters and breadcrumbs with fixed queries
you will see lot of OOB modules for this
Copy your query and give it after this
&sysparm_fixed_query=YOUR QUERY
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2025 10:16 PM
Hi @ChuanYanF
Please use sysparm_fixed_query for this fulfillment
Please appreciate the efforts of community contributors by marking the appropriate response as the correct answer and helpful. This may help other community users to follow the correct solution in the future.
********************************************************************************************************
Cheers,
Prashant Kumar
ServiceNow Technical Architect
Community Profile LinkedIn YouTube Medium TopMate
********************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2025 10:53 PM
why not use sysparm_fixed_query as URL arguments from module, with this they cannot click All
Restrict filters and breadcrumbs with fixed queries
you will see lot of OOB modules for this
Copy your query and give it after this
&sysparm_fixed_query=YOUR QUERY
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader