How to restrict or apply filter on the source field in My Lists SOW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2025 12:31 PM - edited ‎08-12-2025 01:08 PM
Hi,
I want to restrict few tables like CAB meeting from select a source field (see below screenshot) or apply filter to hide those tables from that field in My list tab in SOW. Basically I want to show CAB tables only for admins other than admins should not see those tables and create a new list in SOW. How can I achieve it?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2025 01:33 PM
Hi @Kiran29
May you follow these steps
Go to the CAB Meeting table record in the Tables module (sys_db_object) and create ACLs (if not existing):
Type: record
Operation: read
Condition: gs.hasRole('admin')
This prevents non-admins from reading this table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2025 01:39 PM
How can I restrict only within Service Operations workspace? I do not want this to be impacted from CORE UI like from the below screenshot. Is there way in ACL to restrict only to SOW view?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2025 09:34 AM
Hi @Kiran29 ,This can be achieved through UI Builder. You can check the logged-in user in Workspace, and if they do not have the admin role, apply restrictions accordingly.
Best regards,
Ankit B
If this solution worked for you, kindly mark it as Accepted Solution and give it a Helpful rating to support the community.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2025 04:24 AM
Hi @ankitbanerj
This article might help
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1165242
