- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 11:23 AM
In Service Ops Workspace, I have created a couple custom category/sub-category items to show up in the hamburger menu. They were created in the UX List Menu Configuration, under 'Default - SOW'. It appears as if only those that are admins can see the items I created, while others can just see the default list items. They can see OOB ones I've modified such as changing the order or inactivating items without issue.
I can't figure out why non-admins can't see the ones I've created manually.
Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2023 09:37 PM
@Lloyd700 Got it!
So you can go to "sys_ux_applicability_m2m_list" table or add the filter list.category.sys_name=<Your List CategoryName>. For example check below screenshot.
If there would be any records present, that means, it can only be seen by people having the role added in the list above in screenshot by setting up audience. You can remove the audience and other users would be able to see the list you have set up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 11:56 PM
Can you help with the screenshots and explain what you want to achieve there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2023 06:44 AM
Here is a screenshot with boxes around the two new categories/subcategories that I created.
Here is a screenshot of what one of my coworkers can see. Notice how those two categories don't show up?
I can't figure out why, as far as I can tell, all non-admins can't see the two I've created.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2023 09:37 PM
@Lloyd700 Got it!
So you can go to "sys_ux_applicability_m2m_list" table or add the filter list.category.sys_name=<Your List CategoryName>. For example check below screenshot.
If there would be any records present, that means, it can only be seen by people having the role added in the list above in screenshot by setting up audience. You can remove the audience and other users would be able to see the list you have set up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 06:55 AM
Thank you! I was able to fix my issue by going to sys_ux_applicability_m2m_list!