- 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 05:22 PM
Example -
Your main list is table1
Your related list is table2
You can do it by using Query business rule.
You have to write query BR on table1 and need to check for any reference is available in table2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2022 08:53 PM
Hi @miyu ,
We can write before query BR but it will affect all and I won't use that at all.
If you want to use it to show records for reporting purposes you can use the scripted filter.
Or you can create new module 'records with related list' and then add a scripted filter and make it a fixed filter.
Refer to below documentation for the scripted filter:
Refer to the below documentation for the fixed 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 09:04 PM
Its completely on what is the use case here.
- 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**