How to restrict or apply filter on the source field in My Lists SOW

Kiran29
Tera Contributor

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?

Kiran29_0-1755027048641.png

Thanks,

5 REPLIES 5

Rafael Batistot
Kilo Patron

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.

If you found this response helpful, please mark it as Helpful. If it fully answered your question, consider marking it as Correct. Doing so helps other users find accurate and useful information more easily.

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?

Kiran29_1-1755031176120.png

 

 

 

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.

Screenshot 2025-08-15 at 10.01.14 PM.png

 

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.

Hi @ankitbanerj 

 

This article might help 

 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1165242

If you found this response helpful, please mark it as Helpful. If it fully answered your question, consider marking it as Correct. Doing so helps other users find accurate and useful information more easily.