HOW TO CONFIGURE LIST MENUS IN SERVICENOW CONFIGURABLE WORKSPACE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2023 10:14 AM - edited 05-29-2023 10:19 AM
In one of my recent projects, I worked on a scoped application where I need to configure list menus for Service Operations Workspace. To my surprise, OOB the visibility of the list was exclusive to administrators within the Service Operations workspace. Users with no other roles including the “itil” has visibility.
To make the lists visible to everyone, several steps need to be configured.
Please find the detailed steps below:
(In this example Facilities management request a list menu)
Step 1: Initially, establish or define modules within this table – sys_ux_list
Step 2: Utilize this table to categorize the list - sys_ux_list_category
Step 3: Configure right audience(roles) using Audience form - sys_ux_applicability
Use the Roles list collector to add roles for which this list menu should be visible.
Step 4: Map the audience to the lists - sys_ux_applicability_m2m_list
This is how the end result looks like :
Hope you find this Helpful! If yes, please mark it as helpful.
Happy Coding.....
- 2,929 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2023 10:46 AM
Very helpful. Thanks for sharing!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2023 10:49 AM
Thanks for sharing, we are looking for the same. Will be really helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2023 09:43 PM
Thanks! Our requirement is also similar to this configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2023 11:16 PM
Thanks for Sharing!