- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2022 01:34 PM
Hi All,
I'm looking forward to restricting the view access of a particular list to the itl and itil_admin role in the Service Operations Workspace portal, I already tried with the conditions field in the list form but I still can access the list without the role.
Thanks!
Solved! Go to Solution.
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2022 01:25 AM
Hi Jonathan,
Your screenshot is not visible so I cannot see what you have already configured. However, below are the relevant tables for configuring lists in SOW (the last two are especially relevant to your requirement):
- sys_ux_list_category – the category, or group for your lists
- sys_ux_list – the list
- sys_ux_applicability – the audience (users with specific roles)
- sys_ux_applicability_m2m_list – where lists are made available to selected audiences
There is a documentation page for the CSM configurable workspace (also applicable to SOW) that describes these tables: https://docs.servicenow.com/csh?topicname=migration-lists.html&version=latest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2023 06:03 PM - edited ‎06-23-2023 06:03 PM
Thanks Jason! Just what I needed.