- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2022 04:36 PM
I want to display only records with an empty related list on the list screen.
I do not want to display records for which a record has been set in the related list.
How can I do this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2022 09:32 PM
Hi @miyu ,
Check below screenshots how to build and use scripted filter:
Regards,
Reshma
**Please mark my answer correct or helpful based on the impact**
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2022 10:12 PM
@miyu You can create a READ ACL where you you need to write a script and you have to query the related list table and check if the records are present. If records present then allow access (answer = true) else don't allow access (answer=false)
Please mark as correct answer if this solves your issue.
ServiceNow Community Rising Star, Class of 2023