How to add new Module in Workspace.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
We had a requirement to add Catalog Tasks module to the SIR workspace like below.
Open sys_ux_list_menu_config table and search for SIR name.
UX List Menu Configurations | ServiceNow (Change link as per your instance)
Once you open UX list menu check for UX List Categories related list.
Here add your Module as per your order.
Once you create a UX List Category then create UX Lists under it (i.e. in sys_ux_list table). In my case Assigned to Me and Assigned to Teams are the UX Lists.
Note: Add filters in UX Lists as per your requirement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
By default, module will not be visible to end users. You should create list applicability. (i.e. in sys_ux_applicability_m2m_list)
